@zkochan/pnpm
Version:
A fast implementation of npm install
159 lines (158 loc) • 4.26 kB
JSON
{
"_args": [
[
{
"raw": "ghooks@^1.3.2",
"scope": null,
"escapedName": "ghooks",
"name": "ghooks",
"rawSpec": "^1.3.2",
"spec": ">=1.3.2 <2.0.0",
"type": "range"
},
"C:\\src\\pnpm"
]
],
"_from": "ghooks@>=1.3.2 <2.0.0",
"_id": "ghooks@1.3.2",
"_inCache": true,
"_installable": true,
"_location": "/ghooks",
"_nodeVersion": "5.12.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/ghooks-1.3.2.tgz_1467637765295_0.9476830454077572"
},
"_npmUser": {
"name": "kentcdodds",
"email": "kent@doddsfamily.us"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "ghooks@^1.3.2",
"scope": null,
"escapedName": "ghooks",
"name": "ghooks",
"rawSpec": "^1.3.2",
"spec": ">=1.3.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/ghooks/-/ghooks-1.3.2.tgz",
"_shasum": "bee29deec4283e23eb1ff37d94a8120acd4332e9",
"_shrinkwrap": null,
"_spec": "ghooks@^1.3.2",
"_where": "C:\\src\\pnpm",
"author": {
"name": "Guilherme Tramontina",
"email": "guilherme.tramontina@gmail.com"
},
"babel": {
"presets": [
"es2015"
]
},
"bugs": {
"url": "https://github.com/gtramontina/ghooks/issues"
},
"config": {
"ghooks": {
"pre-commit": "opt --in pre-commit --exec \"npm run validate\"",
"commit-msg": "opt --in commit-msg --exec validate-commit-msg"
},
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"execa": "^0.4.0",
"findup": "0.1.5",
"lodash.clone": "4.3.2",
"manage-path": "2.0.0",
"opt-cli": "1.5.1",
"path-exists": "^2.0.0",
"spawn-command": "0.0.2"
},
"description": "Simple git hooks",
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.4.3",
"chai": "^3.0.0",
"chai-string": "1.2.0",
"codecov": "^1.0.1",
"commitizen": "2.8.1",
"cz-conventional-changelog": "1.1.6",
"eslint": "^2.10.2",
"eslint-config-kentcdodds": "^6.2.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-mocha": "^3.0.0",
"ghooks": "*",
"mocha": "^2.1.0",
"mock-fs": "^3.0.0",
"nyc": "^6.4.0",
"proxyquire": "^1.3.1",
"semantic-release": "^4.3.5",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0",
"travis-after-all": "^1.4.4",
"validate-commit-msg": "2.6.1"
},
"directories": {},
"dist": {
"shasum": "bee29deec4283e23eb1ff37d94a8120acd4332e9",
"tarball": "https://registry.npmjs.org/ghooks/-/ghooks-1.3.2.tgz"
},
"gitHead": "e3e552aff7cf19df36ef27104cbed03931074c24",
"homepage": "https://github.com/gtramontina/ghooks",
"keywords": [
"git",
"hooks",
"hook"
],
"license": "MIT",
"main": "./dist/runner.js",
"maintainers": [
{
"name": "gtramontina",
"email": "guilherme.tramontina@gmail.com"
},
{
"name": "kentcdodds",
"email": "kent@doddsfamily.us"
}
],
"name": "ghooks",
"nyc": {
"extension": [
".raw"
],
"include": [
"lib/**"
]
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gtramontina/ghooks.git"
},
"scripts": {
"build": "babel lib --out-dir dist && babel lib/hook.template.raw --out-file dist/hook.template.raw",
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"commit": "git-cz",
"coverage": "nyc --require babel-register --reporter=lcov --reporter=text mocha",
"install": "node ./bin/module-install",
"lint": "eslint bin/* lib/* test/",
"prebuild": "rm -rf dist && mkdir dist",
"report-coverage": "cat ./coverage/lcov.info | node_modules/.bin/codecov",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "npm run lint && npm run coverage",
"test:unit": "mocha --compilers js:babel-register",
"validate": "npm t && npm run check-coverage"
},
"version": "1.3.2"
}