mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-23 14:24:46 +00:00
.
This commit is contained in:
parent
beb1329f9f
commit
2b95e76931
7736 changed files with 1874747 additions and 51184 deletions
67
node_modules/capture-exit/package.json
generated
vendored
Normal file
67
node_modules/capture-exit/package.json
generated
vendored
Normal file
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"capture-exit@2.0.0",
|
||||
"/Users/eric/repos/actions/setup-node"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "capture-exit@2.0.0",
|
||||
"_id": "capture-exit@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==",
|
||||
"_location": "/capture-exit",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "capture-exit@2.0.0",
|
||||
"name": "capture-exit",
|
||||
"escapedName": "capture-exit",
|
||||
"rawSpec": "2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/sane"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz",
|
||||
"_spec": "2.0.0",
|
||||
"_where": "/Users/eric/repos/actions/setup-node",
|
||||
"author": {
|
||||
"name": "Stefan Penner",
|
||||
"email": "stefan.penner@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/stefanpenner/capture-exit/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"rsvp": "^4.8.4"
|
||||
},
|
||||
"description": "safely cleanup in signal handlers",
|
||||
"devDependencies": {
|
||||
"chai": "^4.2.0",
|
||||
"execa": "1.0.0",
|
||||
"mocha": "^5.2.0",
|
||||
"ora": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "6.* || 8.* || >= 10.*"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/stefanpenner/capture-exit#readme",
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"name": "capture-exit",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/stefanpenner/capture-exit.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test",
|
||||
"test:debug": "mocha debug test"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue