find-node-modules
Version:
Return an array of all parent node_modules directories
110 lines (109 loc) • 2.77 kB
JSON
{
"_args": [
[
"nise@1.5.0",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "nise@1.5.0",
"_id": "nise@1.5.0",
"_inBundle": false,
"_integrity": "sha512-Z3sfYEkLFzFmL8KY6xnSJLRxwQwYBjOXi/24lb62ZnZiGA0JUzGGTI6TBIgfCSMIDl9Jlu8SRmHNACLTemDHww==",
"_location": "/nise",
"_phantomChildren": {
"@sinonjs/commons": "1.0.2",
"array-from": "2.1.1",
"lodash": "4.17.15"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "nise@1.5.0",
"name": "nise",
"escapedName": "nise",
"rawSpec": "1.5.0",
"saveSpec": null,
"fetchSpec": "1.5.0"
},
"_requiredBy": [
"/sinon"
],
"_resolved": "https://registry.npmjs.org/nise/-/nise-1.5.0.tgz",
"_spec": "1.5.0",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": "",
"bugs": {
"url": "https://github.com/sinonjs/nise/issues"
},
"dependencies": {
"@sinonjs/formatio": "^3.1.0",
"@sinonjs/text-encoding": "^0.7.1",
"just-extend": "^4.0.2",
"lolex": "^4.1.0",
"path-to-regexp": "^1.7.0"
},
"description": "Fake XHR and server",
"devDependencies": {
"@sinonjs/referee": "^2.0.0",
"browserify": "^16.2.3",
"eslint": "^4.17.0",
"eslint-config-sinon": "^1.0.1",
"eslint-plugin-ie11": "1.0.0",
"eslint-plugin-mocha": "^4.9.0",
"husky": "^2.3.0",
"jsdom": "11.6.2",
"jsdom-global": "3.0.2",
"mocha": "^6.1.4",
"mochify": "^6.2.0",
"nyc": "^14.1.1",
"proxyquire": "^1.8.0",
"proxyquire-universal": "^1.0.8",
"proxyquireify": "^3.2.1",
"sinon": "^7"
},
"files": [
"nise.js",
"lib/**/*.js"
],
"homepage": "https://github.com/sinonjs/nise#readme",
"husky": {
"hooks": {
"pre-commit": "npm run lint -- --fix && npm run test",
"pre-push": "npm run lint && npm run test"
}
},
"keywords": [
"test",
"testing",
"fake",
"mock",
"xhr",
"server"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"module": "nise.js",
"name": "nise",
"nyc": {
"exclude": [
"nise.js",
"coverage/**",
"**/*.test.js"
]
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sinonjs/nise.git"
},
"scripts": {
"bundle": "browserify -s nise -o nise.js lib/index.js",
"lint": "eslint .",
"prepublish": "npm run bundle",
"prepublishOnly": "mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
"test": "mocha lib/**/*.test.js",
"test:coverage": "nyc --reporter=lcov --reporter=text --all npm test -- --reporter dot",
"test:headless": "mochify --https-server --plugin [ proxyquire-universal ] lib/**/*.test.js"
},
"version": "1.5.0"
}