{
"_from": "username-sync@1.0.1",
"_id": "username-sync@1.0.1",
"_inBundle": false,
"_integrity": "sha1-HN6H7vz5S4gimE2Ti6K3l0Jtrh8=",
"_location": "/username-sync",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "username-sync@1.0.1",
"name": "username-sync",
"escapedName": "username-sync",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/async-disk-cache"
],
"_resolved": "https://registry.npmjs.org/username-sync/-/username-sync-1.0.1.tgz",
"_shasum": "1cde87eefcf94b8822984d938ba2b797426dae1f",
"_spec": "username-sync@1.0.1",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/async-disk-cache",
"author": {
"name": "Stefan Penner",
"email": "stefan.penner@gmail.com"
},
"bugs": {
"url": "https://github.com/stefanpenner/username-sync/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "username but only sync and for node 0.12",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.4.1"
},
"files": [
"index.js"
],
"homepage": "https://github.com/stefanpenner/username-sync#readme",
"license": "MIT",
"main": "index.js",
"name": "username-sync",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/stefanpenner/username-sync.git"
},
"scripts": {
"test": "mocha test.js",
"test:debug": "mocha debug test.js"
},
"version": "1.0.1"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|