123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- {
- "_args": [
- [
- "d3@7.8.5",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_from": "d3@7.8.5",
- "_id": "d3@7.8.5",
- "_inBundle": false,
- "_integrity": "sha512-JgoahDG51ncUfJu6wX/1vWQEqOflgXyl4MaHqlcSruTez7yhaRKR9i8VjjcQGeS2en/jnFivXuaIMnseMMt0XA==",
- "_location": "/d3",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "d3@7.8.5",
- "name": "d3",
- "escapedName": "d3",
- "rawSpec": "7.8.5",
- "saveSpec": null,
- "fetchSpec": "7.8.5"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/d3/-/d3-7.8.5.tgz",
- "_spec": "7.8.5",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "author": {
- "name": "Mike Bostock",
- "url": "https://bost.ocks.org/mike"
- },
- "bugs": {
- "url": "https://github.com/d3/d3/issues"
- },
- "dependencies": {
- "d3-array": "3",
- "d3-axis": "3",
- "d3-brush": "3",
- "d3-chord": "3",
- "d3-color": "3",
- "d3-contour": "4",
- "d3-delaunay": "6",
- "d3-dispatch": "3",
- "d3-drag": "3",
- "d3-dsv": "3",
- "d3-ease": "3",
- "d3-fetch": "3",
- "d3-force": "3",
- "d3-format": "3",
- "d3-geo": "3",
- "d3-hierarchy": "3",
- "d3-interpolate": "3",
- "d3-path": "3",
- "d3-polygon": "3",
- "d3-quadtree": "3",
- "d3-random": "3",
- "d3-scale": "4",
- "d3-scale-chromatic": "3",
- "d3-selection": "3",
- "d3-shape": "3",
- "d3-time": "3",
- "d3-time-format": "4",
- "d3-timer": "3",
- "d3-transition": "3",
- "d3-zoom": "3"
- },
- "description": "Data-Driven Documents",
- "devDependencies": {
- "@rollup/plugin-json": "6",
- "@rollup/plugin-node-resolve": "15",
- "eslint": "8",
- "mocha": "10",
- "rollup": "3",
- "rollup-plugin-terser": "7"
- },
- "engines": {
- "node": ">=12"
- },
- "exports": {
- "umd": "./dist/d3.min.js",
- "default": "./src/index.js"
- },
- "files": [
- "dist/**/*.js",
- "src/**/*.js"
- ],
- "homepage": "https://d3js.org",
- "jsdelivr": "dist/d3.min.js",
- "keywords": [
- "d3",
- "dom",
- "visualization",
- "svg",
- "animation",
- "canvas"
- ],
- "license": "ISC",
- "main": "src/index.js",
- "module": "src/index.js",
- "name": "d3",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/d3/d3.git"
- },
- "scripts": {
- "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/dist/d3.js d3.v${npm_package_version%%.*}.js && cp ../d3/dist/d3.min.js d3.v${npm_package_version%%.*}.min.js && git add d3.v${npm_package_version%%.*}.js d3.v${npm_package_version%%.*}.min.js && git commit -m \"d3 ${npm_package_version}\" && git push && cd -",
- "prepublishOnly": "rm -rf dist && rollup -c",
- "test": "mocha 'test/**/*-test.js' && eslint src test"
- },
- "type": "module",
- "unpkg": "dist/d3.min.js",
- "version": "7.8.5"
- }
|