{"id":13554779,"url":"https://github.com/frictionlessdata/dpm-js","last_synced_at":"2025-12-12T03:13:28.965Z","repository":{"id":11785131,"uuid":"14326082","full_name":"frictionlessdata/dpm-js","owner":"frictionlessdata","description":"[DEPRECATED] Please use https://datahub.io/docs/features/data-cli","archived":true,"fork":false,"pushed_at":"2018-03-31T16:09:55.000Z","size":91,"stargazers_count":109,"open_issues_count":18,"forks_count":18,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-03-09T18:13:26.401Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"learn-co-students/modification-nested-routes-lab-v-000","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frictionlessdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-12T08:02:35.000Z","updated_at":"2025-02-14T15:51:39.000Z","dependencies_parsed_at":"2022-09-10T23:56:54.488Z","dependency_job_id":null,"html_url":"https://github.com/frictionlessdata/dpm-js","commit_stats":null,"previous_names":["okfn/dpm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frictionlessdata%2Fdpm-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frictionlessdata%2Fdpm-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frictionlessdata%2Fdpm-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frictionlessdata%2Fdpm-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frictionlessdata","download_url":"https://codeload.github.com/frictionlessdata/dpm-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246956757,"owners_count":20860491,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:02:54.709Z","updated_at":"2025-10-22T20:43:24.465Z","avatar_url":"https://github.com/frictionlessdata.png","language":"JavaScript","readme":"\u003ch1 style=\"text-align: center\"\u003e\n  DEPRECATED and REPLACED - SEP 2017\u003cbr/\u003e\n  \u003ca href=\"https://datahub.io/docs/features/data-cli\"\u003e\u003ccode\u003edata\u003c/code\u003e\u003c/a\u003e tool has replaced \u003ccode\u003edpm\u003c/code\u003e\n  \u003cbr /\u003e\u003c/br\u003e\n  \u003ca href=\"https://datahub.io/docs/features/data-cli\"\u003e\u003ccode\u003edata\u003c/code\u003e is our new command line tool\u003c/a\u003e \n  \u003cbr /\u003e\u003cbr /\u003e\n  https://datahub.io/docs/features/data-cli\n  \u003cbr /\u003e\u003cbr /\u003e\n  https://github.com/datahq/data-cli\n\u003c/h1\u003e\n\n---\n---\n\n# Data Package Manager - in JavaScript\n\n[![NPM Package](https://nodei.co/npm/dpmjs.png)](https://nodei.co/npm/dpmjs/)\n\n[![Build Status](https://travis-ci.org/frictionlessdata/dpm-js.svg?branch=master)](https://travis-ci.org/frictionlessdata/dpm-js)\n\ndpm is a library and command line manager for [Data Packages](http://dataprotocols.org/data-packages/).\n\n\u003e Starting from v0.8.0 package on NPM has been renamed to `dpmjs`.\n\n## Install\n\n`dpm` is implemented in node, so to install `dpm` just do:\n\n```bash\nnpm install dpmjs -g\n```\n\n## Command Line Usage\n\nTo get an overview and list of commands check out the command line help:\n\n```bash\ndpm --help\n```\n\n## Using DPM programaticaly\n\nYou can also use `dpm` programatically.\n\n```javascript\nvar Dpm = require('dpmjs');\nvar dpm = new Dpm(conf);\n\ndpm.install(['mydpkg@0.0.0', 'mydata@1.0.0'], {cache: true}, function(err, dpkgs){\n  //done!\n});\ndpm.on('log', console.log); //if you like stuff on stdout\n```\n\n## Changelog\n\n* v0.8.0: renamed to `dpmjs` on NPM\n* v0.7.0: new ckan command\n* v0.6.0: much better validation via v0.2 of datapackage-validate\n\n## References\n\nPrevious `dpm` (python-based) can still be found at\nhttp://github.com/okfn/dpm-old.\n","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrictionlessdata%2Fdpm-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrictionlessdata%2Fdpm-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrictionlessdata%2Fdpm-js/lists"}