{
  "_args": [
    [
      "require-stack@1.0.2",
      "/Users/iesalyon/Documents/WEB/OC2020/PEKO/backend"
    ]
  ],
  "_from": "require-stack@1.0.2",
  "_id": "require-stack@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-4A7jSL+Wy1w+LUwntJ5BR24Ill0=",
  "_location": "/require-stack",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "require-stack@1.0.2",
    "name": "require-stack",
    "escapedName": "require-stack",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/require-stack/-/require-stack-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/Users/iesalyon/Documents/WEB/OC2020/PEKO/backend",
  "author": {
    "name": "amanvirk"
  },
  "dependencies": {
    "syntax-error": "^1.1.4"
  },
  "description": "Returns syntax error while requiring modules under try/catch, which is missing by default",
  "devDependencies": {
    "chai": "^3.3.0",
    "istanbul": "^0.3.22",
    "mocha": "^2.3.3",
    "ouch": "^0.2.0-beta",
    "standard": "^6.0.8"
  },
  "keywords": [
    "syntax-error",
    "require-stack",
    "require-error-trace"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "require-stack",
  "scripts": {
    "standard": "standard src/*.js",
    "test": "mocha test --reporter spec --check-leaks --bail"
  },
  "version": "1.0.2"
}
