package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "for-each@^0.3.5",
  3. "_id": "for-each@0.3.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  6. "_location": "/for-each",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "for-each@^0.3.5",
  12. "name": "for-each",
  13. "escapedName": "for-each",
  14. "rawSpec": "^0.3.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.5"
  17. },
  18. "_requiredBy": [
  19. "/typed-array-byte-length",
  20. "/typed-array-byte-offset",
  21. "/typed-array-length",
  22. "/util.promisify",
  23. "/which-typed-array"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/for-each/-/for-each-0.3.5.tgz",
  26. "_shasum": "d650688027826920feeb0af747ee7b9421a41d47",
  27. "_spec": "for-each@^0.3.5",
  28. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\which-typed-array",
  29. "author": {
  30. "name": "Raynos",
  31. "email": "raynos2@gmail.com"
  32. },
  33. "auto-changelog": {
  34. "output": "CHANGELOG.md",
  35. "template": "keepachangelog",
  36. "unreleased": false,
  37. "commitLimit": false,
  38. "backfillLimit": false,
  39. "hideCredit": true
  40. },
  41. "bugs": {
  42. "url": "https://github.com/Raynos/for-each/issues",
  43. "email": "raynos2@gmail.com"
  44. },
  45. "bundleDependencies": false,
  46. "contributors": [
  47. {
  48. "name": "Jake Verbaten"
  49. },
  50. {
  51. "name": "Jordan Harband",
  52. "url": "https://github.com/ljharb"
  53. }
  54. ],
  55. "dependencies": {
  56. "is-callable": "^1.2.7"
  57. },
  58. "deprecated": false,
  59. "description": "A better forEach",
  60. "devDependencies": {
  61. "@arethetypeswrong/cli": "^0.17.3",
  62. "@ljharb/eslint-config": "^21.1.1",
  63. "@ljharb/tsconfig": "^0.2.3",
  64. "@types/is-callable": "^1.1.2",
  65. "@types/tape": "^5.8.1",
  66. "auto-changelog": "^2.5.0",
  67. "eslint": "=8.8.0",
  68. "npmignore": "^0.3.1",
  69. "nyc": "^10.3.2",
  70. "tape": "^5.9.0",
  71. "typescript": "next"
  72. },
  73. "engines": {
  74. "node": ">= 0.4"
  75. },
  76. "funding": {
  77. "url": "https://github.com/sponsors/ljharb"
  78. },
  79. "homepage": "https://github.com/Raynos/for-each",
  80. "keywords": [],
  81. "license": "MIT",
  82. "main": "index",
  83. "name": "for-each",
  84. "publishConfig": {
  85. "ignore": [
  86. ".github/workflows"
  87. ]
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/Raynos/for-each.git"
  92. },
  93. "scripts": {
  94. "lint": "eslint --ext=js,mjs .",
  95. "postlint": "tsc && attw -P",
  96. "posttest": "npx npm@\">= 10.2\" audit --production",
  97. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  98. "prepack": "npmignore --auto --commentLines=autogenerated",
  99. "pretest": "npm run lint",
  100. "test": "npm run tests-only",
  101. "tests-only": "nyc tape 'test/*.js'",
  102. "version": "auto-changelog && git add CHANGELOG.md"
  103. },
  104. "testling": {
  105. "files": "test/test.js"
  106. },
  107. "version": "0.3.5"
  108. }