1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "d3-octree@0.2.0",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_development": true,
- "_from": "d3-octree@0.2.0",
- "_id": "d3-octree@0.2.0",
- "_inBundle": false,
- "_integrity": "sha1-07PleHM80Lu3tqFfgLDXs4qy5Uw=",
- "_location": "/d3-octree",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "d3-octree@0.2.0",
- "name": "d3-octree",
- "escapedName": "d3-octree",
- "rawSpec": "0.2.0",
- "saveSpec": null,
- "fetchSpec": "0.2.0"
- },
- "_requiredBy": [
- "/d3-force-3d"
- ],
- "_resolved": "https://registry.npm.taobao.org/d3-octree/download/d3-octree-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-octree/issues"
- },
- "description": "Three-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-octree",
- "jsdelivr": "dist/d3-octree.min.js",
- "keywords": [
- "d3",
- "d3-module",
- "octree",
- "3d"
- ],
- "license": "MIT",
- "main": "dist/d3-octree.js",
- "module": "src/index.js",
- "name": "d3-octree",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vasturiano/d3-octree.git"
- },
- "scripts": {
- "prepare": "rm -rf dist && yarn test",
- "pretest": "rollup -c",
- "test": "tape 'test/**/*-test.js' && eslint src test"
- },
- "sideEffects": false,
- "unpkg": "dist/d3-octree.min.js",
- "version": "0.2.0"
- }
|