{
"_from": "mktemp@~0.4.0",
"_id": "mktemp@0.4.0",
"_inBundle": false,
"_integrity": "sha1-bQUVYRyKjITkhKogABKbmOmB/ws=",
"_location": "/mktemp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mktemp@~0.4.0",
"name": "mktemp",
"escapedName": "mktemp",
"rawSpec": "~0.4.0",
"saveSpec": null,
"fetchSpec": "~0.4.0"
},
"_requiredBy": [
"/quick-temp"
],
"_resolved": "https://registry.npmjs.org/mktemp/-/mktemp-0.4.0.tgz",
"_shasum": "6d0515611c8a8c84e484aa2000129b98e981ff0b",
"_spec": "mktemp@~0.4.0",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/quick-temp",
"author": {
"name": "sasa+1",
"email": "sasaplus1@gmail.com"
},
"bugs": {
"url": "https://github.com/sasaplus1/mktemp/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Michael Ficarra",
"email": "github.public.email@michael.ficarra.me"
}
],
"deprecated": false,
"description": "mktemp command for node.js",
"devDependencies": {
"intelli-espower-loader": "^0.6.0",
"mocha": "^2.1.0",
"power-assert": "^0.10.1",
"sinon": "^1.12.2"
},
"directories": {
"test": "test/"
},
"engines": {
"node": ">0.9"
},
"homepage": "https://github.com/sasaplus1/mktemp#readme",
"license": "MIT",
"main": "./index.js",
"name": "mktemp",
"repository": {
"type": "git",
"url": "git://github.com/sasaplus1/mktemp.git"
},
"scripts": {
"fix": "fixjsstyle --flagfile .closurelinter -r .",
"lint": "gjslint --flagfile .closurelinter -r .",
"test": "mocha"
},
"version": "0.4.0"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|