UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

124 lines (123 loc) 3.84 kB
{ "_args": [ [ { "raw": "manage-path@2.0.0", "scope": null, "escapedName": "manage-path", "name": "manage-path", "rawSpec": "2.0.0", "spec": "2.0.0", "type": "version" }, "C:\\src\\pnpm\\node_modules\\ghooks" ] ], "_from": "manage-path@2.0.0", "_id": "manage-path@2.0.0", "_inCache": true, "_installable": true, "_location": "/manage-path", "_nodeVersion": "4.2.1", "_npmUser": { "name": "kentcdodds", "email": "kent@doddsfamily.us" }, "_npmVersion": "2.14.8", "_phantomChildren": {}, "_requested": { "raw": "manage-path@2.0.0", "scope": null, "escapedName": "manage-path", "name": "manage-path", "rawSpec": "2.0.0", "spec": "2.0.0", "type": "version" }, "_requiredBy": [ "/ghooks", "/opt-cli" ], "_resolved": "https://registry.npmjs.org/manage-path/-/manage-path-2.0.0.tgz", "_shasum": "f4cf8457b926eeee2a83b173501414bc76eb9597", "_shrinkwrap": null, "_spec": "manage-path@2.0.0", "_where": "C:\\src\\pnpm\\node_modules\\ghooks", "author": { "name": "Kent C. Dodds", "email": "kent@doddsfamily.us", "url": "http://kentcdodds.com/" }, "bugs": { "url": "https://github.com/kentcdodds/node-manage-path/issues" }, "config": { "ghooks": { "commit-msg": "./node_modules/.bin/validate-commit-msg && npm run eslint && npm t && npm run check-coverage && echo 'pre-commit checks good 👍'" } }, "czConfig": { "path": "node_modules/cz-conventional-changelog/" }, "dependencies": {}, "description": "Cross-platform method to add a directory to your $PATH", "devDependencies": { "babel": "5.8.23", "chai": "3.2.0", "chai-string": "1.1.2", "codecov.io": "0.1.6", "commitizen": "2.1.0", "cz-conventional-changelog": "1.1.4", "eslint": "1.7.2", "eslint-config-kentcdodds": "5.0.0", "eslint-plugin-mocha": "0.5.1", "ghooks": "0.3.2", "istanbul": "0.3.19", "mocha": "2.3.2", "publish-latest": "1.0.2", "semantic-release": "^4.3.5", "validate-commit-msg": "1.0.0" }, "directories": {}, "dist": { "shasum": "f4cf8457b926eeee2a83b173501414bc76eb9597", "tarball": "https://registry.npmjs.org/manage-path/-/manage-path-2.0.0.tgz" }, "gitHead": "426b5775538dd4e23d9b34423957cf0a91251230", "homepage": "https://github.com/kentcdodds/node-manage-path#readme", "keywords": [ "path", "cross-platform" ], "license": "MIT", "main": "dist/index.js", "maintainers": [ { "name": "kentcdodds", "email": "kent@doddsfamily.us" } ], "name": "manage-path", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/kentcdodds/node-manage-path.git" }, "scripts": { "build": "cd src && babel --ignore **/*.test.js -d ../dist . && cd ..", "check-coverage": "istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100", "commit": "git-cz", "eslint": "npm run eslint:test -s && npm run eslint:src -s", "eslint:src": "eslint -c other/src.eslintrc --ignore-pattern '!**/*.+(test|mock).js' src/", "eslint:test": "eslint -c other/test.eslintrc --ignore-pattern '**/*.+(test|mock).js' src/", "postpublish": "publish-latest", "prebuild": "rm -rf dist && mkdir dist", "prepublish": "npm run build", "report-coverage": "echo 'Reporting coverage stats' && cat ./coverage/lcov.info | codecov", "semantic-release": "semantic-release pre && npm publish && semantic-release post", "start": "mocha src/*.test.js -w . --compilers js:babel/register", "test": "istanbul cover -x *.test.js _mocha -- -R spec src/*.test.js --compilers js:babel/register" }, "version": "2.0.0" }