package.json 1.71 KB
{
  "_from": "app-module-path@^2.2.0",
  "_id": "app-module-path@2.2.0",
  "_inBundle": false,
  "_integrity": "sha1-ZBqlXft9am8KgUHEucCqULbCTdU=",
  "_location": "/app-module-path",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "app-module-path@^2.2.0",
    "name": "app-module-path",
    "escapedName": "app-module-path",
    "rawSpec": "^2.2.0",
    "saveSpec": null,
    "fetchSpec": "^2.2.0"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/app-module-path/-/app-module-path-2.2.0.tgz",
  "_shasum": "641aa55dfb7d6a6f0a8141c4b9c0aa50b6c24dd5",
  "_spec": "app-module-path@^2.2.0",
  "_where": "C:\\Users\\admin\\Documents\\express-project",
  "author": {
    "name": "Patrick Steele-Idem",
    "email": "pnidem@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/patrick-steele-idem/app-module-path-node/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Simple module to add additional directories to the Node module search for top-level app modules",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.2.0"
  },
  "ebay": {},
  "homepage": "https://github.com/patrick-steele-idem/app-module-path-node",
  "keywords": [
    "modules",
    "path",
    "node",
    "extend",
    "resolve"
  ],
  "license": "BSD-2-Clause",
  "main": "lib/index.js",
  "name": "app-module-path",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/patrick-steele-idem/app-module-path-node.git"
  },
  "scripts": {
    "test": "node test/test.js && ./node_modules/mocha/bin/mocha test/test2.js"
  },
  "version": "2.2.0"
}