package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "index-array-by@1.3.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "index-array-by@1.3.1",
  10. "_id": "index-array-by@1.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-SFla9E77MvUU79Lka4jeBaUINEw=",
  13. "_location": "/index-array-by",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "index-array-by@1.3.1",
  19. "name": "index-array-by",
  20. "escapedName": "index-array-by",
  21. "rawSpec": "1.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.1"
  24. },
  25. "_requiredBy": [
  26. "/data-joint"
  27. ],
  28. "_resolved": "https://registry.nlark.com/index-array-by/download/index-array-by-1.3.1.tgz",
  29. "_spec": "1.3.1",
  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/index-array-by/issues"
  37. },
  38. "dependencies": {},
  39. "description": "A utility function to index arrays by any criteria",
  40. "devDependencies": {
  41. "@babel/core": "^7.14.0",
  42. "@babel/plugin-proposal-class-properties": "^7.13.0",
  43. "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
  44. "@babel/preset-env": "^7.14.1",
  45. "@rollup/plugin-babel": "^5.3.0",
  46. "rimraf": "^3.0.2",
  47. "rollup": "^2.47.0",
  48. "rollup-plugin-dts": "^3.0.1",
  49. "rollup-plugin-terser": "^7.0.2",
  50. "typescript": "^4.2.4"
  51. },
  52. "files": [
  53. "dist/**/*"
  54. ],
  55. "homepage": "https://github.com/vasturiano/index-array-by",
  56. "jsdelivr": "dist/index-array-by.min.js",
  57. "keywords": [
  58. "index",
  59. "array",
  60. "helper"
  61. ],
  62. "license": "MIT",
  63. "main": "dist/index-array-by.common.js",
  64. "module": "dist/index-array-by.module.js",
  65. "name": "index-array-by",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/vasturiano/index-array-by.git"
  69. },
  70. "scripts": {
  71. "build": "rimraf dist && rollup -c",
  72. "dev": "rollup -w -c",
  73. "prepare": "npm run build"
  74. },
  75. "types": "dist/index-array-by.d.ts",
  76. "unpkg": "dist/index-array-by.min.js",
  77. "version": "1.3.1"
  78. }