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.
78 lines
2.7 KiB
78 lines
2.7 KiB
{
|
|
"_from": "d3-transition@1.1.1",
|
|
"_id": "d3-transition@1.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-xeg8oggyQ+y5eb4J13iDgKIjUcEfIOZs2BqV/eEmXm2twx80wTzJ4tB4vaZ5BKfz7XsI/DFmQL5me6O27/5ykQ==",
|
|
"_location": "/d3-transition",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "d3-transition@1.1.1",
|
|
"name": "d3-transition",
|
|
"escapedName": "d3-transition",
|
|
"rawSpec": "1.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/d3",
|
|
"/d3-brush",
|
|
"/d3-zoom"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-1.1.1.tgz",
|
|
"_shasum": "d8ef89c3b848735b060e54a39b32aaebaa421039",
|
|
"_spec": "d3-transition@1.1.1",
|
|
"_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-transition/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"d3-color": "1",
|
|
"d3-dispatch": "1",
|
|
"d3-ease": "1",
|
|
"d3-interpolate": "1",
|
|
"d3-selection": "^1.1.0",
|
|
"d3-timer": "1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Animated transitions for D3 selections.",
|
|
"devDependencies": {
|
|
"eslint": "3",
|
|
"jsdom": "10",
|
|
"package-preamble": "0.1",
|
|
"rollup": "0.41",
|
|
"tape": "4",
|
|
"uglify-js": "^2.8.11"
|
|
},
|
|
"homepage": "https://d3js.org/d3-transition/",
|
|
"jsnext:main": "index",
|
|
"keywords": [
|
|
"d3",
|
|
"d3-module",
|
|
"dom",
|
|
"transition",
|
|
"animation"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "build/d3-transition.js",
|
|
"module": "index",
|
|
"name": "d3-transition",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/d3/d3-transition.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-transition/build/d3-transition.js d3-transition.v1.js && cp ../d3-transition/build/d3-transition.min.js d3-transition.v1.min.js && git add d3-transition.v1.js d3-transition.v1.min.js && git commit -m \"d3-transition ${npm_package_version}\" && git push && cd - && zip -j build/d3-transition.zip -- LICENSE README.md build/d3-transition.js build/d3-transition.min.js",
|
|
"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-transition.js -c -m -o build/d3-transition.min.js",
|
|
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-color:d3,d3-interpolate:d3,d3-ease:d3,d3-dispatch:d3,d3-selection:d3,d3-timer:d3 -n d3 -o build/d3-transition.js -- index.js",
|
|
"test": "tape 'test/**/*-test.js' && eslint index.js src test"
|
|
},
|
|
"version": "1.1.1"
|
|
}
|