@zkochan/pnpm
Version:
A fast implementation of npm install
140 lines (139 loc) • 3.87 kB
JSON
{
"_args": [
[
{
"raw": "validate-commit-msg@^2.7.0",
"scope": null,
"escapedName": "validate-commit-msg",
"name": "validate-commit-msg",
"rawSpec": "^2.7.0",
"spec": ">=2.7.0 <3.0.0",
"type": "range"
},
"C:\\src\\pnpm"
]
],
"_from": "validate-commit-msg@>=2.7.0 <3.0.0",
"_id": "validate-commit-msg@2.7.0",
"_inCache": true,
"_installable": true,
"_location": "/validate-commit-msg",
"_nodeVersion": "3.3.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/validate-commit-msg-2.7.0.tgz_1471120335038_0.062139835208654404"
},
"_npmUser": {
"name": "kentcdodds",
"email": "kent@doddsfamily.us"
},
"_npmVersion": "2.15.10",
"_phantomChildren": {},
"_requested": {
"raw": "validate-commit-msg@^2.7.0",
"scope": null,
"escapedName": "validate-commit-msg",
"name": "validate-commit-msg",
"rawSpec": "^2.7.0",
"spec": ">=2.7.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/validate-commit-msg/-/validate-commit-msg-2.7.0.tgz",
"_shasum": "bacb8945a6afbe2a493d3676ce231e1bb4ac2c6a",
"_shrinkwrap": null,
"_spec": "validate-commit-msg@^2.7.0",
"_where": "C:\\src\\pnpm",
"author": {
"name": "Kent C. Dodds",
"email": "kent@doddsfamily.us",
"url": "http://kentcdodds.com/"
},
"bin": {
"validate-commit-msg": "index.js"
},
"bugs": {
"url": "https://github.com/kentcdodds/validate-commit-msg/issues"
},
"config": {
"ghooks": {
"commit-msg": "./index.js && npm t && npm run check-coverage"
},
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
},
"validate-commit-msg": {
"helpMessage": "\nPlease fix your commit message (and consider using http://npm.im/commitizen)\n",
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert",
"custom"
],
"warnOnFail": false
}
},
"dependencies": {
"findup": "0.1.5",
"semver-regex": "1.0.0"
},
"description": "Script to validate a commit message follows the conventional changelog standard",
"devDependencies": {
"chai": "3.4.1",
"codecov.io": "0.1.6",
"commitizen": "2.5.0",
"cz-conventional-changelog": "1.1.5",
"ghooks": "1.0.3",
"istanbul": "0.4.2",
"mocha": "2.3.4",
"semantic-release": "4.3.5",
"sinon": "1.17.2"
},
"directories": {},
"dist": {
"shasum": "bacb8945a6afbe2a493d3676ce231e1bb4ac2c6a",
"tarball": "https://registry.npmjs.org/validate-commit-msg/-/validate-commit-msg-2.7.0.tgz"
},
"gitHead": "dd4c7f2569e989b71070cf4b85ee5f1668725a64",
"homepage": "https://github.com/kentcdodds/validate-commit-msg#readme",
"keywords": [
"githook",
"commit",
"message",
"git",
"conventional",
"changelog"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "kentcdodds",
"email": "kent@doddsfamily.us"
}
],
"name": "validate-commit-msg",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/kentcdodds/validate-commit-msg.git"
},
"scripts": {
"check-coverage": "istanbul check-coverage --statements 100 --branches 90 --functions 100 --lines 100",
"commit": "git-cz",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "istanbul cover -x *.test.js _mocha -- -R spec index.test.js",
"test:watch": "istanbul cover -x *.test.js _mocha -- -R spec -w index.test.js"
},
"version": "2.7.0"
}