package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "internmap@^1.0.0",
  3. "_id": "internmap@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SdoDWwNOTE2n4JWUsLn4KXZGuZPjPF9yyOGc8bnfWnBQh7BD/l80rzSznKc/r4Y0aQ7z3RTk9X+tV4tHBpu+dA==",
  6. "_location": "/internmap",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "internmap@^1.0.0",
  12. "name": "internmap",
  13. "escapedName": "internmap",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/d3-array"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/internmap/-/internmap-1.0.0.tgz",
  22. "_shasum": "3c6bf0944b0eae457698000412108752bbfddb56",
  23. "_spec": "internmap@^1.0.0",
  24. "_where": "/Users/jusrhee/Documents/porter/node_modules/d3-array",
  25. "author": {
  26. "name": "Mike Bostock",
  27. "url": "https://bost.ocks.org/mike"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mbostock/internmap/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Map and Set with automatic key interning",
  35. "devDependencies": {
  36. "eslint": "^7.18.0",
  37. "rollup": "^2.37.1",
  38. "rollup-plugin-terser": "^7.0.2",
  39. "tape": "^4.13.3",
  40. "tape-await": "^0.1.2"
  41. },
  42. "files": [
  43. "dist/**/*.js",
  44. "src/**/*.js"
  45. ],
  46. "homepage": "https://github.com/mbostock/internmap/",
  47. "license": "ISC",
  48. "main": "dist/internmap.js",
  49. "module": "src/index.js",
  50. "name": "internmap",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/mbostock/internmap.git"
  54. },
  55. "scripts": {
  56. "postpublish": "git push && git push --tags",
  57. "prepublishOnly": "rm -rf dist && yarn test",
  58. "pretest": "rollup -c",
  59. "test": "tape test/**/*-test.js && eslint src test"
  60. },
  61. "sideEffects": false,
  62. "unpkg": "dist/internmap.min.js",
  63. "version": "1.0.0"
  64. }