package.json 2.21 KB
{
  "_args": [
    [
      "signal-exit@^2.1.2",
      "/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/loud-rejection"
    ]
  ],
  "_from": "signal-exit@>=2.1.2 <3.0.0",
  "_id": "signal-exit@2.1.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/signal-exit",
  "_nodeVersion": "2.0.2",
  "_npmUser": {
    "email": "ben@npmjs.com",
    "name": "bcoe"
  },
  "_npmVersion": "2.9.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "signal-exit",
    "raw": "signal-exit@^2.1.2",
    "rawSpec": "^2.1.2",
    "scope": null,
    "spec": ">=2.1.2 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/loud-rejection"
  ],
  "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz",
  "_shasum": "375879b1f92ebc3b334480d038dc546a6d558564",
  "_shrinkwrap": null,
  "_spec": "signal-exit@^2.1.2",
  "_where": "/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/loud-rejection",
  "author": {
    "email": "ben@npmjs.com",
    "name": "Ben Coe"
  },
  "bugs": {
    "url": "https://github.com/bcoe/signal-exit/issues"
  },
  "dependencies": {},
  "description": "when you want to fire an event no matter how a process exits.",
  "devDependencies": {
    "chai": "^2.3.0",
    "coveralls": "^2.11.2",
    "nyc": "^2.1.2",
    "standard": "^3.9.0",
    "tap": "1.0.4"
  },
  "directories": {},
  "dist": {
    "shasum": "375879b1f92ebc3b334480d038dc546a6d558564",
    "tarball": "http://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz"
  },
  "gitHead": "8d50231bda6d0d1c4d39de20fc09d11487eb9951",
  "homepage": "https://github.com/bcoe/signal-exit",
  "keywords": [
    "exit",
    "signal"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "bcoe",
      "email": "ben@npmjs.com"
    },
    {
      "name": "isaacs",
      "email": "isaacs@npmjs.com"
    }
  ],
  "name": "signal-exit",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bcoe/signal-exit.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "test": "standard && nyc tap --timeout=240 ./test/*.js"
  },
  "version": "2.1.2"
}