{
"_from": "git-repo-version@^1.0.0",
"_id": "git-repo-version@1.0.1",
"_inBundle": false,
"_integrity": "sha512-weKz3+5ui1zvbguI/KngiiGJhNwMYzXQa3vjTuMxTNPqvz5tHhpSIxbqfJQBQG52WHe4hqavEZLVs2SS/BbQRw==",
"_location": "/git-repo-version",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "git-repo-version@^1.0.0",
"name": "git-repo-version",
"escapedName": "git-repo-version",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/ember-cli-app-version"
],
"_resolved": "https://registry.npmjs.org/git-repo-version/-/git-repo-version-1.0.1.tgz",
"_shasum": "d63e8d064b5201a5d6536610c053ac7209195ce8",
"_spec": "git-repo-version@^1.0.0",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-cli-app-version",
"author": {
"name": "Miguel Camba"
},
"bugs": {
"url": "https://github.com/cibernox/git-repo-version/issues"
},
"bundleDependencies": false,
"dependencies": {
"git-repo-info": "^1.4.1"
},
"deprecated": false,
"description": "Generates a version string based on the version specified in your package.json and the sha revision of the current commit branch.",
"devDependencies": {
"mocha": "^4.0.1"
},
"engines": {
"node": "^ 4.5 || 6.* || >= 7.*"
},
"homepage": "https://github.com/cibernox/git-repo-version#readme",
"license": "MIT",
"main": "index.js",
"name": "git-repo-version",
"repository": {
"type": "git",
"url": "git+https://github.com/cibernox/git-repo-version.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.1"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|