70 lines
2.5 KiB
JSON
70 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"d3-queue@3.0.7",
|
|
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
|
|
]
|
|
],
|
|
"_from": "d3-queue@3.0.7",
|
|
"_id": "d3-queue@3.0.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-yTouVLQXwJWRKdfXP2z31Ckudhg=",
|
|
"_location": "/d3-queue",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "d3-queue@3.0.7",
|
|
"name": "d3-queue",
|
|
"escapedName": "d3-queue",
|
|
"rawSpec": "3.0.7",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.7"
|
|
},
|
|
"_requiredBy": [
|
|
"/@d3fc/d3fc-webgl/d3"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/d3-queue/-/d3-queue-3.0.7.tgz",
|
|
"_spec": "3.0.7",
|
|
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
|
|
"author": {
|
|
"name": "Mike Bostock",
|
|
"url": "http://bost.ocks.org/mike"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/d3/d3-queue/issues"
|
|
},
|
|
"description": "Evaluate asynchronous tasks with configurable concurrency.",
|
|
"devDependencies": {
|
|
"eslint": "3",
|
|
"package-preamble": "0.1",
|
|
"rollup": "0.41",
|
|
"tape": "4",
|
|
"uglify-js": "^2.8.11"
|
|
},
|
|
"homepage": "https://d3js.org/d3-queue/",
|
|
"jsnext:main": "index",
|
|
"keywords": [
|
|
"d3",
|
|
"d3-module",
|
|
"asynchronous",
|
|
"async",
|
|
"queue"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "build/d3-queue.js",
|
|
"module": "index",
|
|
"name": "d3-queue",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/d3/d3-queue.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push && git push --tags && cd ../d3-queue-bower && git pull && cp -v ../d3-queue/README.md ../d3-queue/LICENSE ../d3-queue/build/d3-queue.js . && git add README.md LICENSE d3-queue.js && git commit -m ${npm_package_version} && git tag -am ${npm_package_version} v${npm_package_version} && git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-queue/build/d3-queue.js d3-queue.v3.js && cp ../d3-queue/build/d3-queue.min.js d3-queue.v3.min.js && git add d3-queue.v3.js d3-queue.v3.min.js && git commit -m \"d3-queue ${npm_package_version}\" && git push && cd ../d3-queue && zip -j build/d3-queue.zip -- LICENSE README.md build/d3-queue.js build/d3-queue.min.js",
|
|
"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-queue.js -c -m -o build/d3-queue.min.js",
|
|
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-queue.js -- index.js",
|
|
"test": "tape 'test/**/*-test.js' && eslint index.js src"
|
|
},
|
|
"version": "3.0.7"
|
|
}
|