find-node-modules
Version:
Return an array of all parent node_modules directories
116 lines (115 loc) • 2.75 kB
JSON
{
"_args": [
[
"@semantic-release/error@2.2.0",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "@semantic-release/error@2.2.0",
"_id": "@semantic-release/error@2.2.0",
"_inBundle": false,
"_integrity": "sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg==",
"_location": "/@semantic-release/error",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@semantic-release/error@2.2.0",
"name": "@semantic-release/error",
"escapedName": "@semantic-release%2ferror",
"scope": "@semantic-release",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/@semantic-release/github",
"/@semantic-release/npm",
"/semantic-release"
],
"_resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": {
"name": "Stephan Bönnemann",
"email": "stephan@boennemann.me",
"url": "http://boennemann.me"
},
"bugs": {
"url": "https://github.com/semantic-release/error/issues"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"description": "errors with more than just a message",
"devDependencies": {
"ava": "^0.25.0",
"codecov": "^3.0.0",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"eslint-config-prettier": "^2.5.0",
"eslint-plugin-prettier": "^2.2.0",
"nyc": "^11.2.1",
"prettier": "~1.10.0",
"semantic-release": "^12.2.2",
"xo": "^0.18.2"
},
"files": [
"index.js"
],
"homepage": "https://github.com/semantic-release/error#readme",
"keywords": [
"error",
"semantic-release"
],
"license": "MIT",
"main": "index.js",
"name": "@semantic-release/error",
"nyc": {
"include": [
"index.js"
],
"reporter": [
"json",
"text",
"html"
],
"all": true
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"bracketSpacing": false,
"trailingComma": "es5"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/semantic-release/error.git"
},
"scripts": {
"cm": "git-cz",
"codecov": "codecov -f coverage/coverage-final.json",
"lint": "xo",
"pretest": "npm run lint",
"semantic-release": "semantic-release",
"test": "nyc ava -v"
},
"version": "2.2.0",
"xo": {
"extends": [
"prettier"
],
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": 2
}
}
}