mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 17:26:27 +00:00
23 lines
No EOL
603 B
JSON
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"
|
|
} |