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.

73 lines
2.4 KiB

5 years ago
{
"_from": "d3-timer@1.0.7",
"_id": "d3-timer@1.0.7",
"_inBundle": false,
"_integrity": "sha512-vMZXR88XujmG/L5oB96NNKH5lCWwiLM/S2HyyAQLcjWJCloK5shxta4CwOFYLZoY3AWX73v8Lgv4cCAdWtRmOA==",
"_location": "/d3-timer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "d3-timer@1.0.7",
"name": "d3-timer",
"escapedName": "d3-timer",
"rawSpec": "1.0.7",
"saveSpec": null,
"fetchSpec": "1.0.7"
},
"_requiredBy": [
"/d3",
"/d3-force",
"/d3-transition",
"/webcola"
],
"_resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.7.tgz",
"_shasum": "df9650ca587f6c96607ff4e60cc38229e8dd8531",
"_spec": "d3-timer@1.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-timer/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "An efficient queue capable of managing thousands of concurrent animations.",
"devDependencies": {
"eslint": "4",
"package-preamble": "0.1",
"rollup": "0.49",
"tape": "4",
"uglify-js": "3"
},
"homepage": "https://d3js.org/d3-timer/",
"jsnext:main": "index",
"keywords": [
"d3",
"d3-module",
"timer",
"transition",
"animation",
"requestAnimationFrame",
"setTimeout",
"setInterval"
],
"license": "BSD-3-Clause",
"main": "build/d3-timer.js",
"module": "index",
"name": "d3-timer",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-timer.git"
},
"scripts": {
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-timer/build/d3-timer.js d3-timer.v1.js && cp ../d3-timer/build/d3-timer.min.js d3-timer.v1.min.js && git add d3-timer.v1.js d3-timer.v1.min.js && git commit -m \"d3-timer ${npm_package_version}\" && git push && cd - && zip -j build/d3-timer.zip -- LICENSE README.md build/d3-timer.js build/d3-timer.min.js",
"prepublishOnly": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-timer.js -c -m -o build/d3-timer.min.js",
"pretest": "rm -rf build && mkdir build && rollup -c --banner \"$(preamble)\"",
"test": "tape 'test/**/*-test.js' && eslint index.js src"
},
"version": "1.0.7"
}