{
  "_args": [
    [
      "optional-require@1.1.7",
      "/home/www.john-steel.com/editor/api"
    ]
  ],
  "_from": "optional-require@1.1.7",
  "_id": "optional-require@1.1.7",
  "_inBundle": false,
  "_integrity": "sha512-cIeRZocXsZnZYn+SevbtSqNlLbeoS4mLzuNn4fvXRMDRNhTGg0sxuKXl0FnZCtnew85LorNxIbZp5OeliILhMw==",
  "_location": "/optional-require",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "optional-require@1.1.7",
    "name": "optional-require",
    "escapedName": "optional-require",
    "rawSpec": "1.1.7",
    "saveSpec": null,
    "fetchSpec": "1.1.7"
  },
  "_requiredBy": [
    "/mongodb"
  ],
  "_resolved": "https://registry.npmjs.org/optional-require/-/optional-require-1.1.7.tgz",
  "_spec": "1.1.7",
  "_where": "/home/www.john-steel.com/editor/api",
  "author": {
    "name": "Joel Chen"
  },
  "bugs": {
    "url": "https://github.com/jchip/optional-require/issues"
  },
  "dependencies": {
    "require-at": "^1.0.6"
  },
  "description": "NodeJS Require that let you handle module not found error without try/catch",
  "engines": {
    "node": ">=4"
  },
  "files": [
    "dist",
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/jchip/optional-require#readme",
  "keywords": [
    "optional require",
    "optional",
    "require"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "optional-require",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jchip/optional-require.git"
  },
  "scripts": {
    "build": "tsc",
    "coverage": "xrun --serial build xarc/test-cov",
    "docs": "xrun xarc/docs && touch docs/.nojekyll",
    "postpack": "publish-util-postpack",
    "prepublishOnly": "xrun --serial [[build, docs], xarc/check, publish-util-pre]",
    "publish-util-pre": "publish-util-prepublishonly",
    "test": "xrun --serial build xarc/test-only"
  },
  "types": "index.d.ts",
  "version": "1.1.7"
}
