/
websites
/
test-project
/
node_modules
/
app-root-path
/
Upload File
HOME
{ "_from": "app-root-path@^3.0.0", "_id": "app-root-path@3.0.0", "_inBundle": false, "_integrity": "sha512-qMcx+Gy2UZynHjOHOIXPNvpf+9cjvk3cWrBBK7zg4gH9+clobJRb9NGzcT7mQTcV/6Gm/1WelUtqxVXnNlrwcw==", "_location": "/app-root-path", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "app-root-path@^3.0.0", "name": "app-root-path", "escapedName": "app-root-path", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/codelyzer" ], "_resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-3.0.0.tgz", "_shasum": "210b6f43873227e18a4b810a032283311555d5ad", "_spec": "app-root-path@^3.0.0", "_where": "/websites/test-project/node_modules/codelyzer", "author": { "name": "Chris Morrell", "email": "http://cmorrell.com" }, "browser": "browser-shim.js", "bugs": { "url": "https://github.com/inxilpro/node-app-root-path/issues" }, "bundleDependencies": false, "config": { "ghooks": { "commit-msg": "validate-commit-msg", "post-merge": "npm install", "post-rewrite": "npm install" }, "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "deprecated": false, "description": "Determine an app's root path from anywhere inside the app", "devDependencies": { "codecov": "^3.6.1", "coveralls": "^3.0.7", "cracks": "^3.1.2", "cz-conventional-changelog": "^3.0.2", "ghooks": "^2.0.4", "istanbul": "^0.3.4", "mocha": "^6.2.2", "mocha-lcov-reporter": "0.0.1", "mockery": "^1.7.0", "nyc": "^14.1.1", "semantic-release": "^15.13.28", "validate-commit-msg": "^2.14.0" }, "engines": { "node": ">= 6.0.0" }, "homepage": "https://github.com/inxilpro/node-app-root-path", "keywords": [ "root", "path", "utility", "util", "node", "module", "modules", "node_modules", "require", "app" ], "license": "MIT", "main": "index.js", "name": "app-root-path", "release": { "branch": "master" }, "repository": { "type": "git", "url": "git+https://github.com/inxilpro/node-app-root-path.git" }, "scripts": { "commit": "npx git-cz", "release": "semantic-release pre && npm publish && semantic-release post", "report-coverage": "npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov", "semantic-release": "semantic-release", "test": "nyc mocha -R spec" }, "version": "3.0.0" }