123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_args": [
- [
- "d3-binarytree@0.2.0",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_development": true,
- "_from": "d3-binarytree@0.2.0",
- "_id": "d3-binarytree@0.2.0",
- "_inBundle": false,
- "_integrity": "sha1-EGAbifyWayLuK9Go6e5NhH39ABQ=",
- "_location": "/d3-binarytree",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "d3-binarytree@0.2.0",
- "name": "d3-binarytree",
- "escapedName": "d3-binarytree",
- "rawSpec": "0.2.0",
- "saveSpec": null,
- "fetchSpec": "0.2.0"
- },
- "_requiredBy": [
- "/d3-force-3d"
- ],
- "_resolved": "https://registry.nlark.com/d3-binarytree/download/d3-binarytree-0.2.0.tgz",
- "_spec": "0.2.0",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "author": {
- "name": "Vasco Asturiano",
- "url": "http://bl.ocks.org/vasturiano"
- },
- "bugs": {
- "url": "https://github.com/vasturiano/d3-binarytree/issues"
- },
- "description": "One-dimensional recursive spatial subdivision.",
- "devDependencies": {
- "d3-array": "^2.12.0",
- "eslint": "^7.22.0",
- "rollup": "^2.41.4",
- "rollup-plugin-terser": "^7.0.2",
- "tape": "^5.2.2"
- },
- "files": [
- "src/**/*.js",
- "dist/**/*.js"
- ],
- "homepage": "https://github.com/vasturiano/d3-binarytree",
- "jsdelivr": "dist/d3-binarytree.min.js",
- "keywords": [
- "d3",
- "d3-module",
- "binary",
- "tree",
- "kdtree"
- ],
- "license": "MIT",
- "main": "dist/d3-binarytree.js",
- "module": "src/index.js",
- "name": "d3-binarytree",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vasturiano/d3-binarytree.git"
- },
- "scripts": {
- "prepare": "rm -rf dist && yarn test",
- "pretest": "rollup -c",
- "test": "tape 'test/**/*-test.js' && eslint src test"
- },
- "sideEffects": false,
- "unpkg": "dist/d3-binarytree.min.js",
- "version": "0.2.0"
- }
|