package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "for-each@0.3.3",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "for-each@0.3.3",
  10. "_id": "for-each@0.3.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
  13. "_location": "/for-each",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "for-each@0.3.3",
  19. "name": "for-each",
  20. "escapedName": "for-each",
  21. "rawSpec": "0.3.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.3"
  24. },
  25. "_requiredBy": [
  26. "/is-typed-array",
  27. "/typed-array-length",
  28. "/util.promisify",
  29. "/which-typed-array"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
  32. "_spec": "0.3.3",
  33. "_where": "E:\\2023\\5\\myjadmin",
  34. "author": {
  35. "name": "Raynos",
  36. "email": "raynos2@gmail.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/Raynos/for-each/issues",
  40. "email": "raynos2@gmail.com"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Jake Verbaten"
  45. },
  46. {
  47. "name": "Jordan Harband",
  48. "url": "https://github.com/ljharb"
  49. }
  50. ],
  51. "dependencies": {
  52. "is-callable": "^1.1.3"
  53. },
  54. "description": "A better forEach",
  55. "devDependencies": {
  56. "@ljharb/eslint-config": "^12.2.1",
  57. "eslint": "^4.19.1",
  58. "nsp": "^3.2.1",
  59. "tape": "^4.9.0"
  60. },
  61. "homepage": "https://github.com/Raynos/for-each",
  62. "keywords": [],
  63. "license": "MIT",
  64. "licenses": [
  65. {
  66. "type": "MIT",
  67. "url": "http://github.com/Raynos/for-each/raw/master/LICENSE"
  68. }
  69. ],
  70. "main": "index",
  71. "name": "for-each",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/Raynos/for-each.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint *.js test/*.js",
  78. "posttest": "npm run security",
  79. "pretest": "npm run lint",
  80. "security": "nsp check",
  81. "test": "npm run tests-only",
  82. "tests-only": "node test/test"
  83. },
  84. "testling": {
  85. "files": "test/test.js",
  86. "browsers": [
  87. "iexplore/6.0..latest",
  88. "firefox/3.0..6.0",
  89. "firefox/15.0..latest",
  90. "firefox/nightly",
  91. "chrome/4.0..10.0",
  92. "chrome/20.0..latest",
  93. "chrome/canary",
  94. "opera/10.0..latest",
  95. "opera/next",
  96. "safari/4.0..latest",
  97. "ipad/6.0..latest",
  98. "iphone/6.0..latest",
  99. "android-browser/4.2"
  100. ]
  101. },
  102. "version": "0.3.3"
  103. }