{ "name": "pnpm.js", "description": "A fast implementation of npm install", "version": "0.14.0", "author": "Rico Sta. Cruz ", "bin": { "pnpm": "bin/pnpm", "pnpm-install": "bin/pnpm-install" }, "bugs": { "url": "https://github.com/rstacruz/pnpm/issues" }, "files": [ "lib", "bin" ], "dependencies": { "babel-cli": "6.4.5", "babel-preset-es2015": "6.3.13", "bluebird": "3.2.1", "byline": "4.2.1", "chalk": "1.1.1", "commondir": "1.0.1", "debug": "2.2.0", "got": "5.4.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": { "babel-cli": "6.4.5", "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", "in-publish": "2.0.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": { "build": "if [ ! -d lib~ ]; then mv lib lib~; babel -D lib~ -d lib; fi", "test": "node test | tap-spec", "test:babel": "babel-node test | tap-spec", "prepublish": "if in-publish; then npm run build; fi", "postpublish": "rm -rf lib; mv lib~ lib" }, "babel": { "presets": [ "es2015" ] } }