| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "_from": "capture-exit@^1.2.0",
- "_id": "capture-exit@1.2.0",
- "_inBundle": false,
- "_integrity": "sha512-IS4lTgp57lUcpXzyCaiUQcRZBxZAkzl+jNXrMUXZjdnr2yujpKUMG9OYeYL29i6fL66ihypvVJ/MeX0B+9pWOg==",
- "_location": "/capture-exit",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "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.npmmirror.com/capture-exit/-/capture-exit-1.2.0.tgz",
- "_shasum": "1c5fcc489fd0ab00d4f1ac7ae1072e3173fbab6f",
- "_spec": "capture-exit@^1.2.0",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\sane",
- "author": {
- "name": "Stefan Penner",
- "email": "stefan.penner@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/stefanpenner/capture-exit/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "rsvp": "^3.3.3"
- },
- "deprecated": false,
- "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"
- }
|