{
"_from": "async-promise-queue@^1.0.3",
"_id": "async-promise-queue@1.0.4",
"_inBundle": false,
"_integrity": "sha512-GQ5X3DT+TefYuFPHdvIPXFTlKnh39U7dwtl+aUBGeKjMea9nBpv3c91DXgeyBQmY07vQ97f3Sr9XHqkamEameQ==",
"_location": "/async-promise-queue",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "async-promise-queue@^1.0.3",
"name": "async-promise-queue",
"escapedName": "async-promise-queue",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/broccoli-persistent-filter"
],
"_resolved": "https://registry.npmjs.org/async-promise-queue/-/async-promise-queue-1.0.4.tgz",
"_shasum": "308baafbc74aff66a0bb6e7f4a18d4fe8434440c",
"_spec": "async-promise-queue@^1.0.3",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/broccoli-persistent-filter",
"author": {
"name": "Stefan Penner",
"email": "stefan.penner@gmail.com"
},
"bugs": {
"url": "https://github.com/stefanpenner/async-promise-queue/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "^2.4.1",
"debug": "^2.6.8"
},
"deprecated": false,
"description": "wrapper around async.queue to make some common usages simpler",
"devDependencies": {
"chai": "^4.0.2",
"mocha": "^3.4.2"
},
"homepage": "https://github.com/stefanpenner/async-promise-queue#readme",
"license": "MIT",
"main": "index.js",
"name": "async-promise-queue",
"repository": {
"type": "git",
"url": "git+https://github.com/stefanpenner/async-promise-queue.git"
},
"scripts": {
"test": "mocha test",
"test:debug": "mocha debug test"
},
"version": "1.0.4"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|