package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "d3-brush@3.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_from": "d3-brush@3.0.0",
  9. "_id": "d3-brush@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==",
  12. "_location": "/d3-brush",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "d3-brush@3.0.0",
  18. "name": "d3-brush",
  19. "escapedName": "d3-brush",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/d3"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz",
  28. "_spec": "3.0.0",
  29. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  30. "author": {
  31. "name": "Mike Bostock",
  32. "url": "https://bost.ocks.org/mike"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/d3/d3-brush/issues"
  36. },
  37. "dependencies": {
  38. "d3-dispatch": "1 - 3",
  39. "d3-drag": "2 - 3",
  40. "d3-interpolate": "1 - 3",
  41. "d3-selection": "3",
  42. "d3-transition": "3"
  43. },
  44. "description": "Select a one- or two-dimensional region using the mouse or touch.",
  45. "devDependencies": {
  46. "eslint": "7",
  47. "mocha": "9",
  48. "rollup": "2",
  49. "rollup-plugin-terser": "7"
  50. },
  51. "engines": {
  52. "node": ">=12"
  53. },
  54. "exports": {
  55. "umd": "./dist/d3-brush.min.js",
  56. "default": "./src/index.js"
  57. },
  58. "files": [
  59. "dist/**/*.js",
  60. "src/**/*.js"
  61. ],
  62. "homepage": "https://d3js.org/d3-brush/",
  63. "jsdelivr": "dist/d3-brush.min.js",
  64. "keywords": [
  65. "d3",
  66. "d3-module",
  67. "brush",
  68. "interaction"
  69. ],
  70. "license": "ISC",
  71. "main": "src/index.js",
  72. "module": "src/index.js",
  73. "name": "d3-brush",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/d3/d3-brush.git"
  77. },
  78. "scripts": {
  79. "postpublish": "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 -",
  80. "prepublishOnly": "rm -rf dist && yarn test && rollup -c && git push",
  81. "test": "mocha 'test/**/*-test.js' && eslint src test"
  82. },
  83. "type": "module",
  84. "unpkg": "dist/d3-brush.min.js",
  85. "version": "3.0.0"
  86. }