package.json 2.19 KB
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
{
  "_args": [
    [
      "d3-path@1.0.5",
      "E:\\changfa\\crscd-view"
    ]
  ],
  "_development": true,
  "_from": "d3-path@1.0.5",
  "_id": "d3-path@1.0.5",
  "_inBundle": false,
  "_integrity": "sha1-JB6xhJvZ6egCHA0KeZ+KDo5EF2Q=",
  "_location": "/d3-path",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "d3-path@1.0.5",
    "name": "d3-path",
    "escapedName": "d3-path",
    "rawSpec": "1.0.5",
    "saveSpec": null,
    "fetchSpec": "1.0.5"
  },
  "_requiredBy": [
    "/d3",
    "/d3-chord",
    "/d3-shape"
  ],
  "_resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.5.tgz",
  "_spec": "1.0.5",
  "_where": "E:\\changfa\\crscd-view",
  "author": {
    "name": "Mike Bostock",
    "url": "http://bost.ocks.org/mike"
  },
  "bugs": {
    "url": "https://github.com/d3/d3-path/issues"
  },
  "description": "Serialize Canvas path commands to SVG.",
  "devDependencies": {
    "eslint": "3",
    "package-preamble": "0.0",
    "rollup": "0.41",
    "tape": "4",
    "uglify-js": "^2.8.11"
  },
  "homepage": "https://d3js.org/d3-path/",
  "jsnext:main": "index",
  "keywords": [
    "d3",
    "d3-module",
    "canvas",
    "path",
    "svg",
    "graphics",
    "CanvasRenderingContext2D",
    "CanvasPathMethods",
    "Path2D"
  ],
  "license": "BSD-3-Clause",
  "main": "build/d3-path.js",
  "module": "index",
  "name": "d3-path",
  "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"
}