| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_from": "app-root-path@^2.0.0",
- "_id": "app-root-path@2.2.1",
- "_inBundle": false,
- "_integrity": "sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA==",
- "_location": "/app-root-path",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "app-root-path@^2.0.0",
- "name": "app-root-path",
- "escapedName": "app-root-path",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/lint-staged"
- ],
- "_resolved": "https://registry.npmmirror.com/app-root-path/-/app-root-path-2.2.1.tgz",
- "_shasum": "d0df4a682ee408273583d43f6f79e9892624bc9a",
- "_spec": "app-root-path@^2.0.0",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\lint-staged",
- "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": "^1.0.1",
- "coveralls": "^2.11.2",
- "cracks": "^3.1.2",
- "cz-conventional-changelog": "^1.2.0",
- "ghooks": "^1.3.2",
- "istanbul": "^0.3.4",
- "mocha": "^2.0.1",
- "mocha-lcov-reporter": "0.0.1",
- "mockery": "^1.7.0",
- "nyc": "^8.1.0",
- "semantic-release": "^4.3.5",
- "validate-commit-msg": "^2.8.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": {
- "release": "semantic-release pre && npm publish && semantic-release post",
- "report-coverage": "npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov",
- "test": "nyc mocha -R spec"
- },
- "version": "2.2.1"
- }
|