{
  "_args": [
    [
      "ncjsm@4.3.2",
      "/home/newziono/public_html/spamslayer.jordinmarshall.com"
    ]
  ],
  "_development": true,
  "_from": "ncjsm@4.3.2",
  "_id": "ncjsm@4.3.2",
  "_inBundle": false,
  "_integrity": "sha512-6d1VWA7FY31CpI4Ki97Fpm36jfURkVbpktizp8aoVViTZRQgr/0ddmlKerALSSlzfwQRBeSq1qwwVcBJK4Sk7Q==",
  "_location": "/ncjsm",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ncjsm@4.3.2",
    "name": "ncjsm",
    "escapedName": "ncjsm",
    "rawSpec": "4.3.2",
    "saveSpec": null,
    "fetchSpec": "4.3.2"
  },
  "_requiredBy": [
    "/@serverless/utils"
  ],
  "_resolved": "https://registry.npmjs.org/ncjsm/-/ncjsm-4.3.2.tgz",
  "_spec": "4.3.2",
  "_where": "/home/newziono/public_html/spamslayer.jordinmarshall.com",
  "author": {
    "name": "Mariusz Nowak",
    "email": "medyk@medikoo.com",
    "url": "http://www.medikoo.com/"
  },
  "bugs": {
    "url": "https://github.com/medikoo/ncjsm/issues"
  },
  "dependencies": {
    "builtin-modules": "^3.3.0",
    "deferred": "^0.7.11",
    "es5-ext": "^0.10.62",
    "es6-set": "^0.1.6",
    "ext": "^1.7.0",
    "find-requires": "^1.0.0",
    "fs2": "^0.3.9",
    "type": "^2.7.2"
  },
  "description": "CJS (Node.js) style modules resolver",
  "devDependencies": {
    "eslint": "^8.31.0",
    "eslint-config-medikoo": "^4.1.2",
    "git-list-updated": "^1.2.1",
    "husky": "^4.3.8",
    "lint-staged": "^13.1.0",
    "nyc": "^15.1.0",
    "prettier-elastic": "^2.2.1",
    "tad": "^3.1.0"
  },
  "eslintConfig": {
    "extends": "medikoo/node/6",
    "root": 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",
  "nyc": {
    "all": true,
    "exclude": [
      ".github",
      "coverage/**",
      "test/**",
      "*.config.js"
    ],
    "reporter": [
      "lcov",
      "html",
      "text-summary"
    ]
  },
  "prettier": {
    "printWidth": 100,
    "tabWidth": 4,
    "overrides": [
      {
        "files": [
          "*.md",
          "*.yml"
        ],
        "options": {
          "tabWidth": 2
        }
      }
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/medikoo/ncjsm.git"
  },
  "scripts": {
    "coverage": "nyc npm test",
    "lint": "eslint .",
    "lint:updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
    "prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
    "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}\"",
    "prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
    "test": "node node_modules/tad/bin/tad"
  },
  "version": "4.3.2"
}
