UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

76 lines (75 loc) 2.1 kB
{ "_args": [ [ "mocha-junit-reporter@1.18.0", "/Users/callumacrae/Sites/find-node-modules/cz-cli" ] ], "_development": true, "_from": "mocha-junit-reporter@1.18.0", "_id": "mocha-junit-reporter@1.18.0", "_inBundle": false, "_integrity": "sha512-y3XuqKa2+HRYtg0wYyhW/XsLm2Ps+pqf9HaTAt7+MVUAKFJaNAHOrNseTZo9KCxjfIbxUWwckP5qCDDPUmjSWA==", "_location": "/mocha-junit-reporter", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "mocha-junit-reporter@1.18.0", "name": "mocha-junit-reporter", "escapedName": "mocha-junit-reporter", "rawSpec": "1.18.0", "saveSpec": null, "fetchSpec": "1.18.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/mocha-junit-reporter/-/mocha-junit-reporter-1.18.0.tgz", "_spec": "1.18.0", "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli", "author": { "name": "Michael Allen", "email": "michael.lee.allen@gmail.com" }, "bugs": { "url": "https://github.com/michaelleeallen/mocha-junit-reporter/issues" }, "dependencies": { "debug": "^2.2.0", "md5": "^2.1.0", "mkdirp": "~0.5.1", "strip-ansi": "^4.0.0", "xml": "^1.0.0" }, "description": "A JUnit reporter for mocha.", "devDependencies": { "chai": "^3.0.0", "chai-xml": "^0.3.0", "eslint": "^4.0.0", "mocha": "^3.0.0", "test-console": "^1.0.0" }, "homepage": "https://github.com/michaelleeallen/mocha-junit-reporter#readme", "keywords": [ "mocha", "junit", "reporter" ], "license": "MIT", "main": "index.js", "name": "mocha-junit-reporter", "peerDependencies": { "mocha": ">=2.2.5" }, "repository": { "type": "git", "url": "git+https://github.com/michaelleeallen/mocha-junit-reporter.git" }, "scripts": { "lint": "eslint index.js test/*; exit 0", "tdd": "MOCHA_FILE=test/mocha.xml node_modules/.bin/mocha test --reporter=min --watch", "test": "MOCHA_FILE=test/mocha.xml node_modules/.bin/mocha test --reporter=spec" }, "version": "1.18.0" }