{
"_from": "npm-git-info@^1.0.0",
"_id": "npm-git-info@1.0.3",
"_inBundle": false,
"_integrity": "sha1-qTPELsMh6A02RuDW6ESv6UYw4dU=",
"_location": "/npm-git-info",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "npm-git-info@^1.0.0",
"name": "npm-git-info",
"escapedName": "npm-git-info",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/ember-data"
],
"_resolved": "https://registry.npmjs.org/npm-git-info/-/npm-git-info-1.0.3.tgz",
"_shasum": "a933c42ec321e80d3646e0d6e844afe94630e1d5",
"_spec": "npm-git-info@^1.0.0",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-data",
"author": {
"name": "Ryunosuke SATO"
},
"bugs": {
"url": "https://github.com/tricknotes/npm-git-info/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Retrieves git information from package that installed as NPM package.",
"devDependencies": {
"expect.js": "^0.3.1",
"jshint": "^2.9.1",
"mocha": "^2.4.3"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/tricknotes/npm-git-info#readme",
"keywords": [
"npm",
"package.json"
],
"license": "MIT",
"main": "index.js",
"name": "npm-git-info",
"repository": {
"type": "git",
"url": "git+https://github.com/tricknotes/npm-git-info.git"
},
"scripts": {
"test": "mocha && jshint index.js test/*.js"
},
"version": "1.0.3"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|