package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "data-joint@1.2.4",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "data-joint@1.2.4",
  10. "_id": "data-joint@1.2.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-TY9EPXrj1CYmr++dppRSiOfbQ5A=",
  13. "_location": "/data-joint",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "data-joint@1.2.4",
  19. "name": "data-joint",
  20. "escapedName": "data-joint",
  21. "rawSpec": "1.2.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.4"
  24. },
  25. "_requiredBy": [
  26. "/three-forcegraph"
  27. ],
  28. "_resolved": "https://registry.nlark.com/data-joint/download/data-joint-1.2.4.tgz",
  29. "_spec": "1.2.4",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  31. "author": {
  32. "name": "Vasco Asturiano",
  33. "url": "http://bl.ocks.org/vasturiano"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/vasturiano/data-joint/issues"
  37. },
  38. "dependencies": {
  39. "index-array-by": "^1.3.1"
  40. },
  41. "description": "Perform data joins with any type of JS objects",
  42. "devDependencies": {
  43. "@babel/core": "^7.14.0",
  44. "@babel/plugin-proposal-class-properties": "^7.13.0",
  45. "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
  46. "@babel/preset-env": "^7.14.1",
  47. "@rollup/plugin-babel": "^5.3.0",
  48. "@rollup/plugin-commonjs": "^18.1.0",
  49. "@rollup/plugin-node-resolve": "^13.0.0",
  50. "rimraf": "^3.0.2",
  51. "rollup": "^2.47.0",
  52. "rollup-plugin-dts": "^3.0.1",
  53. "rollup-plugin-terser": "^7.0.2",
  54. "typescript": "^4.2.4"
  55. },
  56. "files": [
  57. "src/**/*",
  58. "dist/**/*",
  59. "example/**/*"
  60. ],
  61. "homepage": "https://github.com/vasturiano/data-joint",
  62. "keywords": [
  63. "data",
  64. "array",
  65. "join",
  66. "digest",
  67. "performance"
  68. ],
  69. "license": "MIT",
  70. "main": "dist/data-joint.common.js",
  71. "module": "dist/data-joint.module.js",
  72. "name": "data-joint",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/vasturiano/data-joint.git"
  76. },
  77. "scripts": {
  78. "build": "rimraf dist && rollup -c",
  79. "dev": "rollup -w -c",
  80. "prepare": "npm run build"
  81. },
  82. "types": "dist/data-joint.d.ts",
  83. "unpkg": "dist/data-joint.min.js",
  84. "version": "1.2.4"
  85. }