Changeset 59329aa for trip-planner-front/node_modules/signal-exit
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/signal-exit/package.json
rceaed42 r59329aa 1 1 { 2 "name": "signal-exit", 3 "version": "3.0.5", 4 "description": "when you want to fire an event no matter how a process exits.", 5 "main": "index.js", 6 "scripts": { 7 "test": "tap --timeout=240 ./test/*.js --cov", 8 "coverage": "nyc report --reporter=text-lcov | coveralls", 9 "release": "standard-version" 2 "_args": [ 3 [ 4 "signal-exit@3.0.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "signal-exit@3.0.5", 10 "_id": "signal-exit@3.0.5", 11 "_inBundle": false, 12 "_integrity": "sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==", 13 "_location": "/signal-exit", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "signal-exit@3.0.5", 19 "name": "signal-exit", 20 "escapedName": "signal-exit", 21 "rawSpec": "3.0.5", 22 "saveSpec": null, 23 "fetchSpec": "3.0.5" 10 24 }, 11 "files": [ 12 "index.js", 13 "signals.js" 25 "_requiredBy": [ 26 "/execa", 27 "/gauge", 28 "/restore-cursor" 14 29 ], 15 "repository": { 16 "type": "git", 17 "url": "https://github.com/tapjs/signal-exit.git" 30 "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.5.tgz", 31 "_spec": "3.0.5", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Ben Coe", 35 "email": "ben@npmjs.com" 18 36 }, 19 "keywords": [20 "signal",21 "exit"22 ],23 "author": "Ben Coe <ben@npmjs.com>",24 "license": "ISC",25 37 "bugs": { 26 38 "url": "https://github.com/tapjs/signal-exit/issues" 27 39 }, 28 " homepage": "https://github.com/tapjs/signal-exit",40 "description": "when you want to fire an event no matter how a process exits.", 29 41 "devDependencies": { 30 42 "chai": "^3.5.0", … … 33 45 "standard-version": "^9.3.1", 34 46 "tap": "^15.0.10" 35 } 47 }, 48 "files": [ 49 "index.js", 50 "signals.js" 51 ], 52 "homepage": "https://github.com/tapjs/signal-exit", 53 "keywords": [ 54 "signal", 55 "exit" 56 ], 57 "license": "ISC", 58 "main": "index.js", 59 "name": "signal-exit", 60 "repository": { 61 "type": "git", 62 "url": "git+https://github.com/tapjs/signal-exit.git" 63 }, 64 "scripts": { 65 "coverage": "nyc report --reporter=text-lcov | coveralls", 66 "release": "standard-version", 67 "test": "tap --timeout=240 ./test/*.js --cov" 68 }, 69 "version": "3.0.5" 36 70 }
Note:
See TracChangeset
for help on using the changeset viewer.