mirror of
https://github.com/actions/setup-node.git
synced 2025-12-17 10:51:38 +08:00
.
This commit is contained in:
23
node_modules/makeerror/package.json
generated
vendored
Normal file
23
node_modules/makeerror/package.json
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user