{
"_from": "exists-stat@1.0.0",
"_id": "exists-stat@1.0.0",
"_inBundle": false,
"_integrity": "sha1-BmDjUlouidnkRhKUQMJy7foktSk=",
"_location": "/exists-stat",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "exists-stat@1.0.0",
"name": "exists-stat",
"escapedName": "exists-stat",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/qunit"
],
"_resolved": "https://registry.npmjs.org/exists-stat/-/exists-stat-1.0.0.tgz",
"_shasum": "0660e3525a2e89d9e446129440c272edfa24b529",
"_spec": "exists-stat@1.0.0",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/qunit",
"author": {
"name": "Trent Willis",
"email": "trentmwillis@gmail.com"
},
"bugs": {
"url": "https://github.com/trentmwillis/exists-stat/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Synchronously check if a path exists and returns its stats object if it does",
"devDependencies": {
"qunitjs": "^2.2.0"
},
"homepage": "https://github.com/trentmwillis/exists-stat#readme",
"license": "MIT",
"main": "index.js",
"name": "exists-stat",
"repository": {
"type": "git",
"url": "git+https://github.com/trentmwillis/exists-stat.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.0"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|