{
"_from": "capture-exit@^1.1.0",
"_id": "capture-exit@1.2.0",
"_inBundle": false,
"_integrity": "sha1-HF/MSJ/QqwDU8ax64QcuMXP7q28=",
"_location": "/capture-exit",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "capture-exit@^1.1.0",
"name": "capture-exit",
"escapedName": "capture-exit",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/ember-cli"
],
"_resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-1.2.0.tgz",
"_shasum": "1c5fcc489fd0ab00d4f1ac7ae1072e3173fbab6f",
"_spec": "capture-exit@^1.1.0",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-cli",
"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"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|