package.json 1.63 KB
{
  "_from": "module-not-found-error@^1.0.0",
  "_id": "module-not-found-error@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-z4tP9PKWQGdNbN0CsOO8UjwrvcA=",
  "_location": "/module-not-found-error",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "module-not-found-error@^1.0.0",
    "name": "module-not-found-error",
    "escapedName": "module-not-found-error",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/proxyquire"
  ],
  "_resolved": "https://registry.npmjs.org/module-not-found-error/-/module-not-found-error-1.0.1.tgz",
  "_shasum": "cf8b4ff4f29640674d6cdd02b0e3bc523c2bbdc0",
  "_spec": "module-not-found-error@^1.0.0",
  "_where": "/Users/hyewon/Documents/KHU/capstone2/2016104140/code/lms_web/node_modules/proxyquire",
  "author": {
    "name": "Ben Drucker",
    "email": "bvdrucker@gmail.com",
    "url": "bendrucker.me"
  },
  "bugs": {
    "url": "https://github.com/bendrucker/module-not-found-error/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Create a module not found error",
  "devDependencies": {
    "standard": "^4.5.2",
    "tape": "^4.0.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/bendrucker/module-not-found-error#readme",
  "keywords": [
    "module",
    "not found",
    "error"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "module-not-found-error",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bendrucker/module-not-found-error.git"
  },
  "scripts": {
    "test": "standard && tape test.js"
  },
  "version": "1.0.1"
}