mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-05 04:31:31 -05:00
76 lines
1.6 KiB
JSON
76 lines
1.6 KiB
JSON
{
|
|
"name": "pnpm.js",
|
|
"description": "A fast implementation of npm install",
|
|
"version": "0.13.0",
|
|
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
|
|
"bin": {
|
|
"pnpm": "bin/pnpm",
|
|
"pnpm-install": "bin/pnpm-install"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rstacruz/pnpm/issues"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"bin"
|
|
],
|
|
"dependencies": {
|
|
"bluebird": "3.1.5",
|
|
"byline": "4.2.1",
|
|
"chalk": "1.1.1",
|
|
"commondir": "1.0.1",
|
|
"debug": "2.2.0",
|
|
"got": "6.1.1",
|
|
"gunzip-maybe": "1.3.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.3.0",
|
|
"node-gyp": "3.2.1",
|
|
"node-uuid": "1.4.7",
|
|
"npm-package-arg": "4.1.0",
|
|
"object-assign": "4.0.1",
|
|
"observatory": "1.0.0",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-url": "3.0.3",
|
|
"rimraf": "2.5.1",
|
|
"semver": "5.1.0",
|
|
"supports-color": "^3.1.2",
|
|
"tar-fs": "1.9.0",
|
|
"thenify": "3.1.1",
|
|
"throat": "2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"docpress": "0.6.10",
|
|
"eslint": "1.10.3",
|
|
"eslint-config-standard": "4.4.0",
|
|
"eslint-plugin-standard": "1.3.1",
|
|
"git-update-ghpages": "1.3.0",
|
|
"nixt": "0.5.0",
|
|
"npm": "3.6.0",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.4.0",
|
|
"tape-eslint": "1.2.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/rstacruz/pnpm#readme",
|
|
"keywords": [
|
|
"install",
|
|
"npm"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"preferGlobal": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rstacruz/pnpm.git"
|
|
},
|
|
"scripts": {
|
|
"lol": "which node-gyp",
|
|
"test": "node test | tap-spec"
|
|
}
|
|
}
|