package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "reusify@^1.0.4",
  3. "_id": "reusify@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  6. "_location": "/reusify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "reusify@^1.0.4",
  12. "name": "reusify",
  13. "escapedName": "reusify",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/fastq"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  22. "_shasum": "0fe13b9522e1473f51b558ee796e08f11f9b489f",
  23. "_spec": "reusify@^1.0.4",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\fastq",
  25. "author": {
  26. "name": "Matteo Collina",
  27. "email": "hello@matteocollina.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mcollina/reusify/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Reuse objects and functions with style",
  36. "devDependencies": {
  37. "@types/node": "^22.9.0",
  38. "c8": "^10.1.2",
  39. "eslint": "^9.13.0",
  40. "neostandard": "^0.12.0",
  41. "pre-commit": "^1.2.2",
  42. "tape": "^5.0.0",
  43. "typescript": "^5.2.2"
  44. },
  45. "engines": {
  46. "iojs": ">=1.0.0",
  47. "node": ">=0.10.0"
  48. },
  49. "homepage": "https://github.com/mcollina/reusify#readme",
  50. "keywords": [
  51. "reuse",
  52. "object",
  53. "performance",
  54. "function",
  55. "fast"
  56. ],
  57. "license": "MIT",
  58. "main": "reusify.js",
  59. "name": "reusify",
  60. "pre-commit": [
  61. "lint",
  62. "test",
  63. "test:typescript"
  64. ],
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/mcollina/reusify.git"
  68. },
  69. "scripts": {
  70. "lint": "eslint",
  71. "test": "tape test.js",
  72. "test:coverage": "c8 --100 tape test.js",
  73. "test:typescript": "tsc"
  74. },
  75. "types": "reusify.d.ts",
  76. "version": "1.1.0"
  77. }