mirror of
https://github.com/danbulant/koa-plugins
synced 2026-05-19 04:08:43 +00:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"_from": "error-inject@^1.0.0",
|
|
"_id": "error-inject@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-4rPZG1Su1nLzCdlQ0VSFD6EdTzc=",
|
|
"_location": "/error-inject",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "error-inject@^1.0.0",
|
|
"name": "error-inject",
|
|
"escapedName": "error-inject",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/koa"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/error-inject/-/error-inject-1.0.0.tgz",
|
|
"_shasum": "e2b3d91b54aed672f309d950d154850fa11d4f37",
|
|
"_spec": "error-inject@^1.0.0",
|
|
"_where": "/home/dan/Documents/node-fw/node_modules/koa",
|
|
"author": {
|
|
"name": "dead_horse",
|
|
"email": "dead_horse@qq.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/node-modules/error-inject/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "inject an error listener into a stream",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/node-modules/error-inject",
|
|
"keywords": [
|
|
"stream",
|
|
"error",
|
|
"listener"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "error-inject",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/node-modules/error-inject.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|