• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "create-error-class@^3.0.0",
3  "_id": "create-error-class@3.0.2",
4  "_inBundle": false,
5  "_integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=",
6  "_location": "/create-error-class",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "create-error-class@^3.0.0",
12    "name": "create-error-class",
13    "escapedName": "create-error-class",
14    "rawSpec": "^3.0.0",
15    "saveSpec": null,
16    "fetchSpec": "^3.0.0"
17  },
18  "_requiredBy": [
19    "/got"
20  ],
21  "_resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz",
22  "_shasum": "06be7abef947a3f14a30fd610671d401bca8b7b6",
23  "_spec": "create-error-class@^3.0.0",
24  "_where": "/Users/rebecca/code/npm/node_modules/got",
25  "author": {
26    "name": "Vsevolod Strukchinsky",
27    "email": "floatdrop@gmail.com",
28    "url": "github.com/floatdrop"
29  },
30  "bugs": {
31    "url": "https://github.com/floatdrop/create-error-class/issues"
32  },
33  "bundleDependencies": false,
34  "dependencies": {
35    "capture-stack-trace": "^1.0.0"
36  },
37  "deprecated": false,
38  "description": "Create Error classes",
39  "devDependencies": {
40    "mocha": "*"
41  },
42  "engines": {
43    "node": ">=0.10.0"
44  },
45  "files": [
46    "index.js"
47  ],
48  "homepage": "https://github.com/floatdrop/create-error-class#readme",
49  "keywords": [],
50  "license": "MIT",
51  "name": "create-error-class",
52  "repository": {
53    "type": "git",
54    "url": "git+https://github.com/floatdrop/create-error-class.git"
55  },
56  "scripts": {
57    "test": "mocha"
58  },
59  "version": "3.0.2"
60}
61