You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
2.5 KiB
67 lines
2.5 KiB
5 years ago
|
{
|
||
|
"_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": [
|
||
|
"/d3"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/d3-queue/-/d3-queue-3.0.7.tgz",
|
||
|
"_shasum": "c93a2e54b417c0959129d7d73f6cf7d4292e7618",
|
||
|
"_spec": "d3-queue@3.0.7",
|
||
|
"_where": "C:\\Users\\a5640\\OneDrive - National ChengChi University\\programming\\Python\\flask\\sententree\\static\\node_modules\\d3",
|
||
|
"author": {
|
||
|
"name": "Mike Bostock",
|
||
|
"url": "http://bost.ocks.org/mike"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/d3/d3-queue/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"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"
|
||
|
}
|