{
"_from": "hash-for-dep@^1.0.2",
"_id": "hash-for-dep@1.2.3",
"_inBundle": false,
"_integrity": "sha512-NE//rDaCFpWHViw30YM78OAGBShU+g4dnUGY3UWGyEzPOGYg/ptOjk32nEc+bC1xz+RfK5UIs6lOL6eQdrV4Ow==",
"_location": "/hash-for-dep",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hash-for-dep@^1.0.2",
"name": "hash-for-dep",
"escapedName": "hash-for-dep",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/broccoli-babel-transpiler",
"/broccoli-persistent-filter",
"/ember-cli-htmlbars",
"/ember-cli-htmlbars-inline-precompile",
"/ember-welcome-page/ember-cli-htmlbars"
],
"_resolved": "https://registry.npmjs.org/hash-for-dep/-/hash-for-dep-1.2.3.tgz",
"_shasum": "5ec69fca32c23523972d52acb5bb65ffc3664cab",
"_spec": "hash-for-dep@^1.0.2",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/broccoli-babel-transpiler",
"author": {
"name": "Stefan Penner",
"email": "stefan.penner@gmail.com"
},
"bugs": {
"url": "https://github.com/stefanpenner/hash-for-dep/issues"
},
"bundleDependencies": false,
"dependencies": {
"broccoli-kitchen-sink-helpers": "^0.3.1",
"heimdalljs": "^0.2.3",
"heimdalljs-logger": "^0.1.7",
"resolve": "^1.4.0"
},
"deprecated": false,
"description": "generates a hash that represents a module and its depenencies uniqueness",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.2.4",
"mocha-jshint": "^1.0.0"
},
"homepage": "https://github.com/stefanpenner/hash-for-dep#readme",
"license": "ISC",
"main": "index.js",
"name": "hash-for-dep",
"repository": {
"type": "git",
"url": "git+https://github.com/stefanpenner/hash-for-dep.git"
},
"scripts": {
"test": "mocha tests/**/*-test.js tests/jshint.spec.js",
"test:debug": "mocha debug tests/**/*-test.js tests/jshint.spec.js"
},
"version": "1.2.3"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|