{
"_from": "fast-ordered-set@^1.0.0",
"_id": "fast-ordered-set@1.0.3",
"_inBundle": false,
"_integrity": "sha1-P7s2Y097555PftvbSjV97iXRhOs=",
"_location": "/fast-ordered-set",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fast-ordered-set@^1.0.0",
"name": "fast-ordered-set",
"escapedName": "fast-ordered-set",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/@ember/test-helpers/broccoli-funnel",
"/broccoli-funnel",
"/broccoli-merge-trees",
"/ember-cli/broccoli-funnel",
"/ember-qunit/broccoli-funnel",
"/ember-source/broccoli-funnel"
],
"_resolved": "https://registry.npmjs.org/fast-ordered-set/-/fast-ordered-set-1.0.3.tgz",
"_shasum": "3fbb36634f7be79e4f7edbdb4a357dee25d184eb",
"_spec": "fast-ordered-set@^1.0.0",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/broccoli-funnel",
"author": "",
"bundleDependencies": false,
"dependencies": {
"blank-object": "^1.0.1"
},
"deprecated": false,
"description": "quick and dirty ordered-set",
"devDependencies": {
"abstract-set": "0.0.5",
"chai": "^3.3.0",
"do-you-even-bench": "^1.0.1",
"ordered-set": "^1.0.0",
"set": "^1.1.1",
"set-collection": "^0.1.0",
"set-js": "0.0.1",
"specialized-set": "0.0.3"
},
"files": [
"index.js"
],
"license": "ISC",
"main": "index.js",
"name": "fast-ordered-set",
"scripts": {
"test": "mocha test"
},
"version": "1.0.3"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|