setup-node/node_modules/makeerror/package.json
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

23 lines
No EOL
603 B
JSON

{
"name": "makeerror",
"description": "A library to make errors.",
"version": "1.0.11",
"license": "BSD-3-Clause",
"author": "Naitik Shah <n@daaku.org>",
"main": "lib/makeerror",
"repository": {
"type": "git",
"url": "https://github.com/daaku/nodejs-makeerror"
},
"scripts": { "test": "NODE_PATH=./lib mocha --ui exports" },
"dependencies": {
"tmpl": "1.0.x"
},
"devDependencies": {
"mocha": "0.12.x"
}
,"_resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz"
,"_integrity": "sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw="
,"_from": "makeerror@1.0.11"
}