package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "internmap@2.0.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_from": "internmap@2.0.3",
  9. "_id": "internmap@2.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-ZoXyN1XkPFJOJR0py8lySOMGEAk=",
  12. "_location": "/internmap",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "internmap@2.0.3",
  18. "name": "internmap",
  19. "escapedName": "internmap",
  20. "rawSpec": "2.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.3"
  23. },
  24. "_requiredBy": [
  25. "/d3-array",
  26. "/d3-contour/d3-array"
  27. ],
  28. "_resolved": "https://registry.nlark.com/internmap/download/internmap-2.0.3.tgz",
  29. "_spec": "2.0.3",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  31. "author": {
  32. "name": "Mike Bostock",
  33. "url": "https://bost.ocks.org/mike"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mbostock/internmap/issues"
  37. },
  38. "description": "Map and Set with automatic key interning",
  39. "devDependencies": {
  40. "eslint": "^7.32.0",
  41. "mocha": "^9.1.1",
  42. "rollup": "^2.56.3",
  43. "rollup-plugin-terser": "^7.0.2"
  44. },
  45. "engines": {
  46. "node": ">=12"
  47. },
  48. "exports": {
  49. "umd": "./dist/internmap.min.js",
  50. "default": "./src/index.js"
  51. },
  52. "files": [
  53. "dist/**/*.js",
  54. "src/**/*.js"
  55. ],
  56. "homepage": "https://github.com/mbostock/internmap/",
  57. "jsdelivr": "dist/internmap.min.js",
  58. "license": "ISC",
  59. "main": "src/index.js",
  60. "module": "src/index.js",
  61. "name": "internmap",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/mbostock/internmap.git"
  65. },
  66. "scripts": {
  67. "postpublish": "git push && git push --tags",
  68. "prepublishOnly": "rm -rf dist && yarn test && rollup -c",
  69. "test": "mocha 'test/**/*-test.js' && eslint src test"
  70. },
  71. "sideEffects": false,
  72. "type": "module",
  73. "unpkg": "dist/internmap.min.js",
  74. "version": "2.0.3"
  75. }