find-node-modules
Version:
Return an array of all parent node_modules directories
93 lines (92 loc) • 2.6 kB
JSON
{
"_args": [
[
"@sinonjs/samsam@2.1.1",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "@sinonjs/samsam@2.1.1",
"_id": "@sinonjs/samsam@2.1.1",
"_inBundle": false,
"_integrity": "sha512-7oX6PXMulvdN37h88dvlvRyu61GYZau40fL4wEZvPEHvrjpJc3lDv6xDM5n4Z0StufUVB5nDvVZUM+jZHdMOOQ==",
"_location": "/@sinonjs/samsam",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@sinonjs/samsam@2.1.1",
"name": "@sinonjs/samsam",
"escapedName": "@sinonjs%2fsamsam",
"scope": "@sinonjs",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/sinon"
],
"_resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-2.1.1.tgz",
"_spec": "2.1.1",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": {
"name": "Christian Johansen"
},
"bugs": {
"url": "https://github.com/sinonjs/samsam/issues"
},
"dependencies": {
"array-from": "^2.1.1"
},
"description": "Value identification and comparison functions",
"devDependencies": {
"@sinonjs/referee": "^2.0.0",
"benchmark": "2.1.4",
"eslint": "^4.19.1",
"eslint-config-prettier": "2.9.0",
"eslint-config-sinon": "^1.0.3",
"eslint-plugin-ie11": "^1.0.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-prettier": "2.6.2",
"husky": "^0.14.3",
"jsdom": "^9.12.0",
"jsdom-global": "^2.1.1",
"lint-staged": "^6.1.0",
"microtime": "2.1.8",
"mkdirp": "^0.5.1",
"mocha": "^5.0.0",
"npm-run-all": "^4.1.2",
"nyc": "^11.7.3",
"prettier": "1.13.7",
"rollup": "^0.57.1",
"rollup-plugin-commonjs": "^9.1.0"
},
"files": [
"dist/",
"docs/",
"lib/",
"!lib/**/*.test.js"
],
"homepage": "http://sinonjs.github.io/samsam/",
"license": "BSD-3-Clause",
"lint-staged": {
"*.js": "eslint"
},
"main": "./lib/samsam",
"name": "@sinonjs/samsam",
"repository": {
"type": "git",
"url": "git+https://github.com/sinonjs/samsam.git"
},
"scripts": {
"benchmark": "node lib/deep-equal-benchmark.js",
"build": "run-s build:dist-folder build:bundle",
"build:bundle": "rollup -c > dist/samsam.js",
"build:dist-folder": "mkdirp dist",
"lint": "eslint .",
"prepublishOnly": "npm run build && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
"test": "mocha ./lib/*.test.js",
"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
},
"version": "2.1.1"
}