{"name":"manage-path","description":"Cross-platform method to add a directory to your $PATH","main":"dist/index.js","scripts":{"prebuild":"rm -rf dist && mkdir dist","build":"cd src && babel --ignore **/*.test.js -d ../dist . && cd ..","eslint:test":"eslint -c other/test.eslintrc --ignore-pattern '**/*.+(test|mock).js' src/","eslint:src":"eslint -c other/src.eslintrc --ignore-pattern '!**/*.+(test|mock).js' src/","eslint":"npm run eslint:test -s && npm run eslint:src -s","test":"istanbul cover -x *.test.js _mocha -- -R spec src/*.test.js --compilers js:babel/register","start":"mocha src/*.test.js -w . --compilers js:babel/register","check-coverage":"istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"echo 'Reporting coverage stats' && cat ./coverage/lcov.info | codecov","commit":"git-cz","prepublish":"npm run build","postpublish":"publish-latest","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"repository":{"type":"git","url":"git+https://github.com/kentcdodds/node-manage-path.git"},"keywords":["path","cross-platform"],"author":{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},"license":"MIT","bugs":{"url":"https://github.com/kentcdodds/node-manage-path/issues"},"homepage":"https://github.com/kentcdodds/node-manage-path#readme","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"},"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/"},"version":"2.0.0","gitHead":"426b5775538dd4e23d9b34423957cf0a91251230","_id":"manage-path@2.0.0","_shasum":"f4cf8457b926eeee2a83b173501414bc76eb9597","_from":".","_npmVersion":"2.14.8","_nodeVersion":"4.2.1","_npmUser":{"name":"kentcdodds","email":"kent@doddsfamily.us"},"dist":{"shasum":"f4cf8457b926eeee2a83b173501414bc76eb9597","size":5943,"noattachment":false,"key":"/manage-path/-/manage-path-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/manage-path/download/manage-path-2.0.0.tgz"},"maintainers":[{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"directories":{},"publish_time":1445465319853,"_cnpm_publish_time":1445465319853,"_hasShrinkwrap":false,"dist-tags":{"latest":"2.0.0"}}