UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

139 lines (138 loc) 3.67 kB
{ "_args": [ [ { "raw": "opt-cli@1.5.1", "scope": null, "escapedName": "opt-cli", "name": "opt-cli", "rawSpec": "1.5.1", "spec": "1.5.1", "type": "version" }, "C:\\src\\pnpm\\node_modules\\ghooks" ] ], "_from": "opt-cli@1.5.1", "_id": "opt-cli@1.5.1", "_inCache": true, "_installable": true, "_location": "/opt-cli", "_nodeVersion": "4.4.6", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/opt-cli-1.5.1.tgz_1466937700515_0.6848948167171329" }, "_npmUser": { "name": "ta2edchimp", "email": "kontakt@andreaswindt.de" }, "_npmVersion": "3.10.2", "_phantomChildren": {}, "_requested": { "raw": "opt-cli@1.5.1", "scope": null, "escapedName": "opt-cli", "name": "opt-cli", "rawSpec": "1.5.1", "spec": "1.5.1", "type": "version" }, "_requiredBy": [ "/ghooks" ], "_resolved": "https://registry.npmjs.org/opt-cli/-/opt-cli-1.5.1.tgz", "_shasum": "04db447b13c96b992eb31685266f4ed0d9736dc2", "_shrinkwrap": null, "_spec": "opt-cli@1.5.1", "_where": "C:\\src\\pnpm\\node_modules\\ghooks", "author": { "name": "Andreas Windt", "email": "email@andreaswindt.com", "url": "http://andreaswindt.com" }, "bin": { "opt": "bin/index.js" }, "bugs": { "url": "https://github.com/ta2edchimp/opt-cli/issues" }, "config": { "ghooks": { "commit-msg": "validate-commit-msg", "pre-commit": "npm run validate" }, "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "commander": "2.9.0", "lodash.clone": "4.3.2", "manage-path": "2.0.0", "spawn-command": "0.0.2-1" }, "description": "Execute CLI Statements based upon Opt-In / Opt-Out Rules.", "devDependencies": { "all-contributors-cli": "3.0.5", "ava": "0.15.2", "codecov": "1.0.1", "commitizen": "2.8.2", "cz-conventional-changelog": "1.1.6", "eslint": "2.13.1", "eslint-config-idiomatic": "2.1.0", "eslint-config-ta2edchimp": "1.1.1", "ghooks": "1.2.4", "npm-run-all": "2.2.2", "nyc": "6.6.1", "proxyquire": "1.7.9", "semantic-release": "4.3.5", "validate-commit-msg": "2.6.1" }, "directories": {}, "dist": { "shasum": "04db447b13c96b992eb31685266f4ed0d9736dc2", "tarball": "https://registry.npmjs.org/opt-cli/-/opt-cli-1.5.1.tgz" }, "gitHead": "3507a3840216283b562c2df28dcc85a53ec4ee57", "homepage": "https://github.com/ta2edchimp/opt-cli#readme", "keywords": [ "executer", "cli", "opt-in", "opt-out" ], "license": "MIT", "main": "lib/index.js", "maintainers": [ { "name": "ta2edchimp", "email": "kontakt@andreaswindt.de" } ], "name": "opt-cli", "nyc": { "include": [ "bin/**/*", "lib/**/*" ] }, "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/ta2edchimp/opt-cli.git" }, "scripts": { "check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100", "commit": "git-cz", "cover": "nyc --all --reporter=lcov --reporter=text ava", "lint": "eslint .", "report-coverage": "cat ./coverage/lcov.info | node_modules/.bin/codecov", "semantic-release": "semantic-release pre && npm publish && semantic-release post", "test": "ava", "update-contributors": "all-contributors generate", "validate": "npm-run-all --parallel lint cover --sequential check-coverage" }, "version": "1.5.1" }