| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_args": [
- [
- "capture-exit@1.2.0",
- "E:\\item\\newItem\\admin"
- ]
- ],
- "_development": true,
- "_from": "capture-exit@1.2.0",
- "_id": "capture-exit@1.2.0",
- "_inBundle": false,
- "_integrity": "sha1-HF/MSJ/QqwDU8ax64QcuMXP7q28=",
- "_location": "/capture-exit",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "capture-exit@1.2.0",
- "name": "capture-exit",
- "escapedName": "capture-exit",
- "rawSpec": "1.2.0",
- "saveSpec": null,
- "fetchSpec": "1.2.0"
- },
- "_requiredBy": [
- "/sane"
- ],
- "_resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-1.2.0.tgz",
- "_spec": "1.2.0",
- "_where": "E:\\item\\newItem\\admin",
- "author": {
- "name": "Stefan Penner",
- "email": "stefan.penner@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/stefanpenner/capture-exit/issues"
- },
- "dependencies": {
- "rsvp": "^3.3.3"
- },
- "description": "safely cleanup in signal handlers",
- "devDependencies": {
- "chai": "^3.5.0",
- "execa": "0.4.0",
- "mocha": "^3.1.2",
- "ora": "^0.3.0"
- },
- "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": "1.2.0"
- }
|