1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_args": [
- [
- "capture-exit@1.2.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_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.npm.taobao.org/capture-exit/download/capture-exit-1.2.0.tgz",
- "_spec": "1.2.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "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"
- }
|