find-node-modules
Version:
Return an array of all parent node_modules directories
112 lines (111 loc) • 2.93 kB
JSON
{
"_args": [
[
"@commitlint/load@8.3.5",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_from": "@commitlint/load@8.3.5",
"_id": "@commitlint/load@8.3.5",
"_inBundle": false,
"_integrity": "sha512-poF7R1CtQvIXRmVIe63FjSQmN9KDqjRtU5A6hxqXBga87yB2VUJzic85TV6PcQc+wStk52cjrMI+g0zFx+Zxrw==",
"_location": "/@commitlint/load",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@commitlint/load@8.3.5",
"name": "@commitlint/load",
"escapedName": "@commitlint%2fload",
"scope": "@commitlint",
"rawSpec": "8.3.5",
"saveSpec": null,
"fetchSpec": "8.3.5"
},
"_requiredBy": [
"/commitizen/cz-conventional-changelog",
"/cz-conventional-changelog"
],
"_resolved": "https://registry.npmjs.org/@commitlint/load/-/load-8.3.5.tgz",
"_spec": "8.3.5",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": {
"name": "Mario Nebl",
"email": "hello@herebecode.com"
},
"ava": {
"files": [
"src/**/*.test.js",
"!lib/**/*"
],
"source": [
"src/**/*.js",
"!lib/**/*"
],
"babel": "inherit",
"require": [
"babel-register"
]
},
"babel": {
"presets": [
"babel-preset-commitlint"
]
},
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"dependencies": {
"@commitlint/execute-rule": "^8.3.4",
"@commitlint/resolve-extends": "^8.3.5",
"babel-runtime": "^6.23.0",
"chalk": "2.4.2",
"cosmiconfig": "^5.2.0",
"lodash": "4.17.15",
"resolve-from": "^5.0.0"
},
"description": "Load shared commitlint configuration",
"devDependencies": {
"@commitlint/test": "8.2.0",
"@commitlint/utils": "^8.3.4",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^8.2.0",
"babel-register": "6.26.0",
"concurrently": "3.6.1",
"cross-env": "6.0.3",
"execa": "0.11.0",
"globby": "10.0.1"
},
"engines": {
"node": ">=4"
},
"files": [
"lib/"
],
"gitHead": "b39e1ade668e1560cdebc94c4fe18a6dba5e5dda",
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"keywords": [
"conventional-changelog",
"commitlint",
"library",
"core"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@commitlint/load",
"repository": {
"type": "git",
"url": "git+https://github.com/conventional-changelog/commitlint.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps",
"deps": "dep-check",
"pkg": "pkg-check --skip-import",
"start": "concurrently \"ava -c 4 --verbose --watch\" \"yarn run watch\"",
"test": "ava -c 4 --verbose && ava \"src/*.serial-test.js\" --verbose",
"watch": "babel src --out-dir lib --watch --source-maps"
},
"version": "8.3.5"
}