{
  "_args": [
    [
      "d3-path@1.0.5",
      "/var/www/html/isbn/resources/angular-app/node_modules/d3"
    ]
  ],
  "_from": "d3-path@1.0.5",
  "_id": "d3-path@1.0.5",
  "_inCache": true,
  "_installable": true,
  "_location": "/d3-path",
  "_nodeVersion": "7.3.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/d3-path-1.0.5.tgz_1489168666957_0.2128718546591699"
  },
  "_npmUser": {
    "email": "mike@ocks.org",
    "name": "mbostock"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "name": "d3-path",
    "raw": "d3-path@1.0.5",
    "rawSpec": "1.0.5",
    "scope": null,
    "spec": "1.0.5",
    "type": "version"
  },
  "_requiredBy": [
    "/d3",
    "/d3-chord",
    "/d3-shape",
    "/d3/d3-shape"
  ],
  "_resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.5.tgz",
  "_shasum": "241eb1849bd9e9e8021c0d0a799f8a0e8e441764",
  "_shrinkwrap": null,
  "_spec": "d3-path@1.0.5",
  "_where": "/var/www/html/isbn/resources/angular-app/node_modules/d3",
  "author": {
    "name": "Mike Bostock",
    "url": "http://bost.ocks.org/mike"
  },
  "bugs": {
    "url": "https://github.com/d3/d3-path/issues"
  },
  "dependencies": {},
  "description": "Serialize Canvas path commands to SVG.",
  "devDependencies": {
    "eslint": "3",
    "package-preamble": "0.0",
    "rollup": "0.41",
    "tape": "4",
    "uglify-js": "^2.8.11"
  },
  "directories": {},
  "dist": {
    "shasum": "241eb1849bd9e9e8021c0d0a799f8a0e8e441764",
    "tarball": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.5.tgz"
  },
  "gitHead": "1c1b7927faa4948f91fff8bd7ee81edfaa330d73",
  "homepage": "https://d3js.org/d3-path/",
  "jsnext:main": "index",
  "keywords": [
    "CanvasPathMethods",
    "CanvasRenderingContext2D",
    "Path2D",
    "canvas",
    "d3",
    "d3-module",
    "graphics",
    "path",
    "svg"
  ],
  "license": "BSD-3-Clause",
  "main": "build/d3-path.js",
  "maintainers": [
    {
      "name": "mbostock",
      "email": "mike@ocks.org"
    }
  ],
  "module": "index",
  "name": "d3-path",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d3/d3-path.git"
  },
  "scripts": {
    "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-path/build/d3-path.js d3-path.v1.js && cp ../d3-path/build/d3-path.min.js d3-path.v1.min.js && git add d3-path.v1.js d3-path.v1.min.js && git commit -m \"d3-path ${npm_package_version}\" && git push && cd - && zip -j build/d3-path.zip -- LICENSE README.md build/d3-path.js build/d3-path.min.js",
    "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-path.js -c -m -o build/d3-path.min.js",
    "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-path.js -- index.js",
    "test": "tape 'test/**/*-test.js' && eslint index.js src"
  },
  "version": "1.0.5"
}
