{
  "_from": "ncjsm@^4.1.0",
  "_id": "ncjsm@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-YElRGtbz5iIartetOI3we+XAkcGE29F0SdNC0qRy500/u4WceQd2z9Nhlx24OHmIDIKz9MHdJwf/fkSG0hdWcQ==",
  "_location": "/ncjsm",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ncjsm@^4.1.0",
    "name": "ncjsm",
    "escapedName": "ncjsm",
    "rawSpec": "^4.1.0",
    "saveSpec": null,
    "fetchSpec": "^4.1.0"
  },
  "_requiredBy": [
    "/@serverless/enterprise-plugin",
    "/@serverless/inquirer",
    "/serverless"
  ],
  "_resolved": "https://registry.npmjs.org/ncjsm/-/ncjsm-4.1.0.tgz",
  "_shasum": "4af4a57d560211cca9783ea875f361cb801f108d",
  "_spec": "ncjsm@^4.1.0",
  "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless/node_modules/serverless",
  "author": {
    "name": "Mariusz Nowak",
    "email": "medyk@medikoo.com",
    "url": "http://www.medikoo.com/"
  },
  "bugs": {
    "url": "https://github.com/medikoo/ncjsm/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "builtin-modules": "^3.1.0",
    "deferred": "^0.7.11",
    "es5-ext": "^0.10.53",
    "es6-set": "^0.1.5",
    "find-requires": "^1.0.0",
    "fs2": "^0.3.8",
    "type": "^2.0.0"
  },
  "deprecated": false,
  "description": "CJS (Node.js) style modules resolver",
  "devDependencies": {
    "eslint": "^7.5.0",
    "eslint-config-medikoo": "^3.1.0",
    "git-list-updated": "^1.2.1",
    "husky": "^4.2.5",
    "lint-staged": "^10.2.11",
    "prettier-elastic": "^1.19.1",
    "tad": "^3.0.1"
  },
  "eslintConfig": {
    "extends": "medikoo/node/6",
    "root": true,
    "env": {
      "node": true
    }
  },
  "eslintIgnore": [
    "test/__playground/**/*.js"
  ],
  "homepage": "https://github.com/medikoo/ncjsm#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "cjs",
    "modules",
    "bundle",
    "browserify",
    "webpack"
  ],
  "license": "ISC",
  "lint-staged": {
    "*.js": [
      "eslint"
    ],
    "*.{css,html,js,json,md,yaml,yml}": [
      "prettier -c"
    ]
  },
  "name": "ncjsm",
  "prettier": {
    "printWidth": 100,
    "tabWidth": 4,
    "overrides": [
      {
        "files": "*.md",
        "options": {
          "tabWidth": 2
        }
      }
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/medikoo/ncjsm.git"
  },
  "scripts": {
    "lint": "eslint .",
    "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
    "prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
    "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
    "test": "node node_modules/tad/bin/tad"
  },
  "version": "4.1.0"
}
