mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-08 18:04:29 +00:00
v6
This commit is contained in:
parent
cd5893b2c6
commit
70742d22d9
6774 changed files with 1602535 additions and 1 deletions
35
node_modules/capture-exit/package.json
generated
vendored
Normal file
35
node_modules/capture-exit/package.json
generated
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "capture-exit",
|
||||
"version": "2.0.0",
|
||||
"description": "safely cleanup in signal handlers",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha test",
|
||||
"test:debug": "mocha debug test"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/stefanpenner/capture-exit.git"
|
||||
},
|
||||
"author": "Stefan Penner <stefan.penner@gmail.com>",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/stefanpenner/capture-exit/issues"
|
||||
},
|
||||
"homepage": "https://github.com/stefanpenner/capture-exit#readme",
|
||||
"devDependencies": {
|
||||
"chai": "^4.2.0",
|
||||
"execa": "1.0.0",
|
||||
"mocha": "^5.2.0",
|
||||
"ora": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"rsvp": "^4.8.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": "6.* || 8.* || >= 10.*"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue