{
"_from": "exists-sync@0.0.4",
"_id": "exists-sync@0.0.4",
"_inBundle": false,
"_integrity": "sha1-l0TCxCjMA7AQYNtFTUsS8O88iHk=",
"_location": "/exists-sync",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "exists-sync@0.0.4",
"name": "exists-sync",
"escapedName": "exists-sync",
"rawSpec": "0.0.4",
"saveSpec": null,
"fetchSpec": "0.0.4"
},
"_requiredBy": [
"/broccoli-funnel",
"/ember-cli"
],
"_resolved": "https://registry.npmjs.org/exists-sync/-/exists-sync-0.0.4.tgz",
"_shasum": "9744c2c428cc03b01060db454d4b12f0ef3c8879",
"_spec": "exists-sync@0.0.4",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/broccoli-funnel",
"author": {
"name": "Jake Bixby"
},
"bugs": {
"url": "https://github.com/ember-cli/exists-sync/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "existsSync that also checks for symlinks",
"devDependencies": {
"chai": "^3.0.0",
"fs-extra": "^0.19.0",
"mocha": "^2.2.5"
},
"files": [
"index.js"
],
"homepage": "https://github.com/ember-cli/exists-sync#readme",
"keywords": [
"fs",
"existsSync",
"exists",
"lstatSync"
],
"license": "ISC",
"main": "index.js",
"name": "exists-sync",
"repository": {
"type": "git",
"url": "git+https://github.com/ember-cli/exists-sync.git"
},
"scripts": {
"postversion": "git push origin master --follow-tags && npm publish",
"preversion": "npm test",
"test": "mocha test"
},
"version": "0.0.4"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|