package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "d3-chord@3.0.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_from": "d3-chord@3.0.1",
  9. "_id": "d3-chord@3.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==",
  12. "_location": "/d3-chord",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "d3-chord@3.0.1",
  18. "name": "d3-chord",
  19. "escapedName": "d3-chord",
  20. "rawSpec": "3.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.1"
  23. },
  24. "_requiredBy": [
  25. "/d3"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz",
  28. "_spec": "3.0.1",
  29. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  30. "author": {
  31. "name": "Mike Bostock",
  32. "url": "http://bost.ocks.org/mike"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/d3/d3-chord/issues"
  36. },
  37. "dependencies": {
  38. "d3-path": "1 - 3"
  39. },
  40. "description": "Visualize relationships or network flow with an aesthetically-pleasing circular layout.",
  41. "devDependencies": {
  42. "eslint": "7",
  43. "mocha": "8",
  44. "rollup": "2",
  45. "rollup-plugin-terser": "7"
  46. },
  47. "engines": {
  48. "node": ">=12"
  49. },
  50. "exports": {
  51. "umd": "./dist/d3-chord.min.js",
  52. "default": "./src/index.js"
  53. },
  54. "files": [
  55. "dist/**/*.js",
  56. "src/**/*.js"
  57. ],
  58. "homepage": "https://d3js.org/d3-chord/",
  59. "jsdelivr": "dist/d3-chord.min.js",
  60. "keywords": [
  61. "d3",
  62. "d3-module",
  63. "chord",
  64. "radial",
  65. "network",
  66. "flow"
  67. ],
  68. "license": "ISC",
  69. "main": "src/index.js",
  70. "module": "src/index.js",
  71. "name": "d3-chord",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/d3/d3-chord.git"
  75. },
  76. "scripts": {
  77. "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd -",
  78. "prepublishOnly": "rm -rf dist && yarn test && rollup -c",
  79. "test": "mocha 'test/**/*-test.js' && eslint src test"
  80. },
  81. "sideEffects": false,
  82. "type": "module",
  83. "unpkg": "dist/d3-chord.min.js",
  84. "version": "3.0.1"
  85. }