{
"_from": "blank-object@^1.0.1",
"_id": "blank-object@1.0.2",
"_inBundle": false,
"_integrity": "sha1-+ZB5P76ajI3QE/syGUIL7IHV9Lk=",
"_location": "/blank-object",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "blank-object@^1.0.1",
"name": "blank-object",
"escapedName": "blank-object",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/@ember/test-helpers/broccoli-funnel",
"/broccoli-funnel",
"/ember-cli/broccoli-funnel",
"/ember-qunit/broccoli-funnel",
"/ember-source/broccoli-funnel",
"/fast-ordered-set"
],
"_resolved": "https://registry.npmjs.org/blank-object/-/blank-object-1.0.2.tgz",
"_shasum": "f990793fbe9a8c8dd013fb3219420bec81d5f4b9",
"_spec": "blank-object@^1.0.1",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/broccoli-funnel",
"author": {
"name": "Stefan Penner"
},
"bugs": {
"url": "https://github.com/stefanpenner/blank-object/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A faster alternative to Object.create(null)",
"devDependencies": {
"rollup": "^0.15.0"
},
"files": [
"index.js",
"lib/index.js"
],
"homepage": "https://github.com/stefanpenner/blank-object#readme",
"jsnext:main": "lib/index.js",
"license": "MIT",
"main": "index.js",
"name": "blank-object",
"repository": {
"type": "git",
"url": "git+https://github.com/stefanpenner/blank-object.git"
},
"scripts": {
"build": "rollup -f umd -n BlankObject -o index.js lib/index.js",
"prepublish": "npm run build",
"test": "node test"
},
"version": "1.0.2"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|