package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "es-array-method-boxes-properly@1.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "es-array-method-boxes-properly@1.0.0",
  10. "_id": "es-array-method-boxes-properly@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==",
  13. "_location": "/es-array-method-boxes-properly",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "es-array-method-boxes-properly@1.0.0",
  19. "name": "es-array-method-boxes-properly",
  20. "escapedName": "es-array-method-boxes-properly",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/array.prototype.reduce"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/ljharb/es-array-method-boxes-properly/issues"
  37. },
  38. "description": "Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.",
  39. "devDependencies": {
  40. "@ljharb/eslint-config": "^14.1.0",
  41. "eslint": "^6.4.0",
  42. "safe-publish-latest": "^1.1.3",
  43. "tape": "^4.11.0"
  44. },
  45. "homepage": "https://github.com/ljharb/es-array-method-boxes-properly#readme",
  46. "license": "MIT",
  47. "main": "index.js",
  48. "name": "es-array-method-boxes-properly",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/ljharb/es-array-method-boxes-properly.git"
  52. },
  53. "scripts": {
  54. "lint": "eslint .",
  55. "posttest": "npx aud",
  56. "prepublish": "safe-publish-latest",
  57. "pretest": "npm run lint",
  58. "test": "npm run tests-only",
  59. "tests-only": "node test"
  60. },
  61. "version": "1.0.0"
  62. }