You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2 KiB

3 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "d3-sankey@0.7.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "d3-sankey@0.7.1",
  9. "_id": "d3-sankey@0.7.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-0imDImj8aaf+yEgD6WwiVqYUxSE=",
  12. "_location": "/d3-sankey",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "d3-sankey@0.7.1",
  18. "name": "d3-sankey",
  19. "escapedName": "d3-sankey",
  20. "rawSpec": "0.7.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.7.1"
  23. },
  24. "_requiredBy": [
  25. "/react-vis"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/d3-sankey/-/d3-sankey-0.7.1.tgz",
  28. "_spec": "0.7.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Mike Bostock",
  32. "url": "https://bost.ocks.org/mike/"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/d3/d3-sankey/issues"
  36. },
  37. "dependencies": {
  38. "d3-array": "1",
  39. "d3-collection": "1",
  40. "d3-shape": "^1.2.0"
  41. },
  42. "description": "Visualize flow between nodes in a directed acyclic network.",
  43. "devDependencies": {
  44. "eslint": "4",
  45. "package-preamble": "0.1.0",
  46. "rollup": "0.43",
  47. "tape": "4",
  48. "uglify-js": "3"
  49. },
  50. "homepage": "https://github.com/d3/d3-sankey",
  51. "jsnext:main": "index",
  52. "keywords": [
  53. "d3",
  54. "d3-module",
  55. "sankey"
  56. ],
  57. "license": "BSD-3-Clause",
  58. "main": "build/d3-sankey.js",
  59. "module": "index",
  60. "name": "d3-sankey",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/d3/d3-sankey.git"
  64. },
  65. "scripts": {
  66. "postpublish": "git push && git push --tags && zip -j build/d3-sankey.zip -- LICENSE README.md build/d3-sankey.js build/d3-sankey.min.js",
  67. "prepublish": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-sankey.js -c -m -o build/d3-sankey.min.js",
  68. "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -g d3-array:d3,d3-collection:d3,d3-shape:d3 -f umd -n d3 -o build/d3-sankey.js -- index.js",
  69. "test": "tape 'test/**/*-test.js' && eslint index.js src"
  70. },
  71. "version": "0.7.1"
  72. }