• File: package.json
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/err-code/package.json
  • Date Modified: 06/12/2022 12:55 PM
  • File size: 1.67 KB
  • MIME-type: text/plain
  • Charset: utf-8
{
  "_args": [
    [
      "err-code@1.1.2",
      "/home/mydthpay/nodevenv/test.mydthpay.com/12/lib"
    ]
  ],
  "_from": "err-code@1.1.2",
  "_id": "err-code@1.1.2",
  "_inBundle": true,
  "_integrity": "sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=",
  "_location": "/npm/err-code",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "err-code@1.1.2",
    "name": "err-code",
    "escapedName": "err-code",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/npm/promise-retry"
  ],
  "_resolved": false,
  "_shasum": "06e0116d3028f6aef4806849eb0ea6a748ae6960",
  "_spec": "1.1.2",
  "_where": "/home/mydthpay/nodevenv/test.mydthpay.com/12/lib",
  "author": {
    "name": "IndigoUnited",
    "email": "hello@indigounited.com",
    "url": "http://indigounited.com"
  },
  "bugs": {
    "url": "https://github.com/IndigoUnited/js-err-code/issues/"
  },
  "deprecated": false,
  "description": "Create an error with a code",
  "devDependencies": {
    "@satazor/eslint-config": "^3.0.0",
    "browserify": "^14.0.0",
    "eslint": "^3.0.0",
    "expect.js": "^0.3.1",
    "mocha": "^3.0.2"
  },
  "homepage": "https://github.com/IndigoUnited/js-err-code#readme",
  "keywords": [
    "error",
    "err",
    "code",
    "properties",
    "property"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "err-code",
  "repository": {
    "type": "git",
    "url": "git://github.com/IndigoUnited/js-err-code.git"
  },
  "scripts": {
    "browserify": "browserify -s err-code index.js > index.umd.js",
    "lint": "eslint '{*.js,test/**/*.js}' --ignore-pattern *.umd.js",
    "test": "mocha --bail"
  },
  "version": "1.1.2"
}