102 lines
2.8 KiB
JSON
Executable File
102 lines
2.8 KiB
JSON
Executable File
{
|
|
"_from": "three-mesh-bvh",
|
|
"_id": "three-mesh-bvh@0.4.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-4CO1dU73hQRwGgeOL05CnsKkIa0LgNCH6S8t66D9nvSiyK9wDzrSqzGVd8e+eUytFoliYHc/lwoW0uamrmXo5w==",
|
|
"_location": "/three-mesh-bvh",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "three-mesh-bvh",
|
|
"name": "three-mesh-bvh",
|
|
"escapedName": "three-mesh-bvh",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/three-mesh-bvh/-/three-mesh-bvh-0.4.3.tgz",
|
|
"_shasum": "da5ac7db2e61aa0aa66dc0070a6085bcfbd1281c",
|
|
"_spec": "three-mesh-bvh",
|
|
"_where": "E:\\Web\\pointcloud-standard",
|
|
"author": {
|
|
"name": "Garrett Johnson",
|
|
"email": "garrett.kjohnson@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gkjohnson/three-mesh-bvh/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "A BVH implementation to speed up raycasting against three.js meshes.",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.3",
|
|
"@babel/preset-env": "^7.14.2",
|
|
"babel-jest": "^26.6.3",
|
|
"concurrently": "^5.3.0",
|
|
"dat.gui": "^0.7.7",
|
|
"eslint": "^7.26.0",
|
|
"eslint-config-mdcs": "^5.0.0",
|
|
"eslint-plugin-jest": "^23.20.0",
|
|
"jest": "^26.6.3",
|
|
"jest-cli": "^26.6.3",
|
|
"parcel-bundler": "^1.12.5",
|
|
"rollup": "^0.68.1",
|
|
"script-loader": "^0.7.2",
|
|
"simplex-noise": "^2.4.0",
|
|
"static-server": "^2.2.1",
|
|
"stats.js": "^0.17.0",
|
|
"three": "^0.126.1"
|
|
},
|
|
"files": [
|
|
"src/*",
|
|
"build/*"
|
|
],
|
|
"homepage": "https://github.com/gkjohnson/three-mesh-bvh#readme",
|
|
"keywords": [
|
|
"graphics",
|
|
"raycast",
|
|
"tree",
|
|
"bounds",
|
|
"threejs",
|
|
"three-js",
|
|
"bounds-hierarchy",
|
|
"performance",
|
|
"geometry",
|
|
"mesh",
|
|
"distance",
|
|
"intersection",
|
|
"acceleration",
|
|
"bvh",
|
|
"webvr",
|
|
"webxr"
|
|
],
|
|
"license": "MIT",
|
|
"main": "build/index.umd.cjs",
|
|
"module": "src/index.js",
|
|
"name": "three-mesh-bvh",
|
|
"peerDependencies": {
|
|
"three": ">= 0.123.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gkjohnson/three-mesh-bvh.git"
|
|
},
|
|
"scripts": {
|
|
"benchmark": "node benchmark/run-benchmark.js",
|
|
"build": "rollup -c && parcel build ./example/*.html --out-dir ./example/bundle/ --public-url . --no-cache --no-source-maps --no-content-hash",
|
|
"lint": "eslint \"./src/**/*.js\" \"./test/**/*.js\" \"./example/*.js\"",
|
|
"prepublishOnly": "npm run build",
|
|
"start": "concurrently \"parcel watch ./example/*.html --out-dir ./example/dev-bundle/ --public-url . --no-cache\" \"rollup -w -c\" \"static-server\"",
|
|
"test": "jest"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "0.4.3"
|
|
}
|