{
"_from": "git-repo-info@^1.4.1",
"_id": "git-repo-info@1.4.1",
"_inBundle": false,
"_integrity": "sha1-KgcoIyVKr2L88HZgB9e2ZRvUGUM=",
"_location": "/git-repo-info",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "git-repo-info@^1.4.1",
"name": "git-repo-info",
"escapedName": "git-repo-info",
"rawSpec": "^1.4.1",
"saveSpec": null,
"fetchSpec": "^1.4.1"
},
"_requiredBy": [
"/ember-cli",
"/ember-data",
"/git-repo-version"
],
"_resolved": "https://registry.npmjs.org/git-repo-info/-/git-repo-info-1.4.1.tgz",
"_shasum": "2a072823254aaf62fcf0766007d7b6651bd41943",
"_spec": "git-repo-info@^1.4.1",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-cli",
"author": {
"name": "Robert Jackson"
},
"bugs": {
"url": "https://github.com/rwjblue/git-repo-info/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Retrieve current sha and branch name from a git repo.",
"devDependencies": {
"mocha": "^1.21.4",
"mocha-jshint": "^1.1.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/rwjblue/git-repo-info",
"keywords": [
"git"
],
"license": "MIT",
"main": "index.js",
"name": "git-repo-info",
"repository": {
"type": "git",
"url": "git+https://github.com/rwjblue/git-repo-info.git"
},
"scripts": {
"postversion": "git push && git push --tags && npm publish",
"preversion": "npm test",
"test": "mocha tests"
},
"version": "1.4.1"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|