{
  "_args": [
    [
      {
        "raw": "d3-octree@~0.1",
        "scope": null,
        "escapedName": "d3-octree",
        "name": "d3-octree",
        "rawSpec": "~0.1",
        "spec": ">=0.1.0 <0.2.0",
        "type": "range"
      },
      "/home/lively4/lively4/CrochetWebapp/frontend/node_modules/d3-force-3d"
    ]
  ],
  "_from": "d3-octree@>=0.1.0 <0.2.0",
  "_hasShrinkwrap": false,
  "_id": "d3-octree@0.1.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/d3-octree",
  "_nodeVersion": "8.10.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/d3-octree_0.1.4_1539234910197_0.015415194353460171"
  },
  "_npmUser": {
    "name": "vasturiano",
    "email": "vastur@gmail.com"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "d3-octree@~0.1",
    "scope": null,
    "escapedName": "d3-octree",
    "name": "d3-octree",
    "rawSpec": "~0.1",
    "spec": ">=0.1.0 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/d3-force-3d"
  ],
  "_resolved": "https://registry.npmjs.org/d3-octree/-/d3-octree-0.1.4.tgz",
  "_shasum": "c3d6daf84f6b78fb11b38623e53b393e3a9276b0",
  "_shrinkwrap": null,
  "_spec": "d3-octree@~0.1",
  "_where": "/home/lively4/lively4/CrochetWebapp/frontend/node_modules/d3-force-3d",
  "author": {
    "name": "Vasco Asturiano",
    "url": "http://bl.ocks.org/vasturiano"
  },
  "bugs": {
    "url": "https://github.com/vasturiano/d3-octree/issues"
  },
  "dependencies": {},
  "description": "Three-dimensional recursive spatial subdivision.",
  "devDependencies": {
    "d3-array": "1",
    "eslint": "5",
    "rollup": "0.64",
    "rollup-plugin-terser": "1",
    "tape": "4"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-FAvYzxYZtOjFJjsUUJMESGj4W6BF4QwqagwEJr+wUWm/gTWXtI+SDiz8wefBPxs6/PHaxvxgD8k6QXkOQcMlrg==",
    "shasum": "c3d6daf84f6b78fb11b38623e53b393e3a9276b0",
    "tarball": "https://registry.npmjs.org/d3-octree/-/d3-octree-0.1.4.tgz",
    "fileCount": 33,
    "unpackedSize": 132191,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvtxfCRA9TVsSAnZWagAAMQQP/0Yx0k3wviEa/wGQqN0F\nqr393WW80MQDf5UfJy/yJTfxWdb9H/lpdtE8WQV4XP3DcdIJHdVzfjqqgn4d\n5Jg+rPxVqKd/xV1A35pvDIwkzwD1xH7yu0Zfp0U9L/ZdI4/FXL2j2UzXPUst\nXn4TZRq4RdO11VWa1+o0PGPkET9mUi8VUW+MMEzH8Y1p4qN7ZyLTTgikrvMs\n067mv7P5vcvHFp2xhb8if8lEvjCN+jubogaNK6ty8Te0IMs8dVJ2AxbPQcxD\nhSx7+VjyE9kv8M/Vnk14nEUm/i/MlKK8lHzT/iltj2KmsIydkr+HIeyQK7pG\n24UCofJ32uaF4UlBtbC3xehheuOxcCv08Td6hlioA2v2DgjjIC7bBzVAT8Pr\n0DAWfJZd75Jps/9EkVHtZFxghIdarcIUCzslEjMWVlkVzw8WpMLbisK5ADpP\nJDJYIKOHyIMOgBSnwT4fyPUtmN114JzceUovZtgqKVT27N5kjbYfesI0+mBB\nW6trs/Q5WazMytl6zFJ3v8iON7uzNpZjWt+t6X6ucKRLyDFUx2L7IKkA+mZW\nBULY5oD8EZIqTme9SogaOVTvy+WXnWTBObJi1RueSksQsq2KpnuIUV9pM4w3\nxgYys9wCxhtnDmorZCaJ8Ze1p5YU1bwTP8WrUayMMRiF7TO+Pde+lpYU1pJI\nX6dt\r\n=RxBD\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "0744213b8fc97c3026fca68ad75af98560ef3228",
  "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",
  "maintainers": [
    {
      "name": "vasturiano",
      "email": "vastur@gmail.com"
    }
  ],
  "module": "src/index.js",
  "name": "d3-octree",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vasturiano/d3-octree.git"
  },
  "scripts": {
    "prepublishOnly": "rm -rf dist && yarn test",
    "pretest": "rollup -c",
    "test": "tape 'test/**/*-test.js' && eslint src test"
  },
  "unpkg": "dist/d3-octree.min.js",
  "version": "0.1.4"
}
