dpm-js icon indicating copy to clipboard operation
dpm-js copied to clipboard

[DEPRECATED] Please use https://datahub.io/docs/features/data-cli

Results 18 dpm-js issues
Sort by recently updated
recently updated
newest added

``` > npm install datapackage -g npm WARN deprecated [email protected]: This package is discontinued. Use lodash.iteratee@^4.0.0. npm WARN deprecated [email protected]: use uuid module instead npm WARN deprecated [email protected]: ReDoS vulnerability...

bug

> I’d also like the option in dpm to not put things in a ‘datapackages’ folder. That turns out to almost never be what I want when downloading a dataset....

feature

Add an option that allows to reference a `datapackage.json` file stored locally, e.g. `dpm install file:///path/to/folder/datapackage.json` and we could assume that when no protocol is specified, it is a local...

enhancement

could be a subcommand. Example: `dpm jts infer` Also see https://github.com/frictionlessdata/jsontableschema-js/issues/3

enhancement

We now have a functional render lib: https://github.com/okfn/datapackage-render-js Want to integrate it and its commands e.g.: ``` dpm render html dpm render view {view-id} ```

enhancement

dpm version 0.7.7, node 4.0.0 ``` https_proxy=http://proxy.example.com:80 dpm install https://raw.githubusercontent.com/datasets/s-and-p-500-companies/master/datapackage.json /usr/local/lib/node_modules/datapackage/lib/index.js:166 if(err) return cb(err); ^ ReferenceError: cb is not defined at Request._callback (/usr/local/lib/node_modules/datapackage/lib/index.js:166:20) at self.callback (/usr/local/lib/node_modules/datapackage/node_modules/request/request.js:123:22) at emitOne (events.js:77:13) at...

bug

DPM itself bundles up `datapacage-init` and `datapackage-read` and other individual modules. If a developer wants to use these modules in an application is it advised to use `dpm` or rather...

enhancement
helpme

The package name in the tree output at the end of running `dpm install` and the directory created to hold the downloaded datapackage may not match if the name in...

bug

I'm getting validation errors on a couple of fronts when doing dpm loads using the npm install v 0.7.6. All errors are on OKFN core datapackages. Errors do not appear...

bug

Command to display info on a given DataPackage: ``` dpm info /path/to/datapackage/ dpm info gold-prices dpm info http://data.okfn.org/data/core/gold-prices dpm info https://github.com/datasets/gold-prices ``` Input: - [x] path - [x] url -...

enhancement