Bones/node_modules/create-error-class/package.json

87 lines
2.2 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"create-error-class@^3.0.1",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\got"
]
],
"_from": "create-error-class@>=3.0.1-0 <4.0.0-0",
"_id": "create-error-class@3.0.2",
"_inCache": true,
"_location": "/create-error-class",
"_nodeVersion": "4.4.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/create-error-class-3.0.2.tgz_1459840488945_0.7410781022626907"
},
"_npmUser": {
"email": "floatdrop@gmail.com",
"name": "floatdrop"
},
"_npmVersion": "2.14.20",
"_phantomChildren": {},
"_requested": {
"name": "create-error-class",
"raw": "create-error-class@^3.0.1",
"rawSpec": "^3.0.1",
"scope": null,
"spec": ">=3.0.1-0 <4.0.0-0",
"type": "range"
},
"_requiredBy": [
"/got"
],
"_resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz",
"_shasum": "06be7abef947a3f14a30fd610671d401bca8b7b6",
"_shrinkwrap": null,
"_spec": "create-error-class@^3.0.1",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\got",
"author": {
"email": "floatdrop@gmail.com",
"name": "Vsevolod Strukchinsky",
"url": "github.com/floatdrop"
},
"bugs": {
"url": "https://github.com/floatdrop/create-error-class/issues"
},
"dependencies": {
"capture-stack-trace": "^1.0.0"
},
"description": "Create Error classes",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "06be7abef947a3f14a30fd610671d401bca8b7b6",
"tarball": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "af3f3979494c4eca0b0259d12035e7fb84fa302f",
"homepage": "https://github.com/floatdrop/create-error-class",
"installable": true,
"keywords": [],
"license": "MIT",
"maintainers": [
{
"name": "floatdrop",
"email": "floatdrop@gmail.com"
}
],
"name": "create-error-class",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/floatdrop/create-error-class"
},
"scripts": {
"test": "mocha"
},
"version": "3.0.2"
}