package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "es-shim-unscopables@1.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "es-shim-unscopables@1.0.0",
  10. "_id": "es-shim-unscopables@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
  13. "_location": "/es-shim-unscopables",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "es-shim-unscopables@1.0.0",
  19. "name": "es-shim-unscopables",
  20. "escapedName": "es-shim-unscopables",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/array.prototype.flat",
  27. "/array.prototype.flatmap"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/ljharb/es-shim-unscopables/issues"
  38. },
  39. "dependencies": {
  40. "has": "^1.0.3"
  41. },
  42. "description": "Helper package to shim a method into `Array.prototype[Symbol.unscopables]`",
  43. "devDependencies": {
  44. "@ljharb/eslint-config": "^21.0.0",
  45. "aud": "^2.0.0",
  46. "auto-changelog": "^2.4.0",
  47. "es-value-fixtures": "^1.2.1",
  48. "eslint": "=8.8.0",
  49. "evalmd": "^0.0.19",
  50. "for-each": "^0.3.3",
  51. "in-publish": "^2.0.1",
  52. "nyc": "^10.3.2",
  53. "object-inspect": "^1.12.0",
  54. "safe-publish-latest": "^2.0.0",
  55. "tape": "^5.5.3"
  56. },
  57. "exports": {
  58. ".": "./index.js",
  59. "./package.json": "./package.json"
  60. },
  61. "homepage": "https://github.com/ljharb/es-shim-unscopables#readme",
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "es-shim-unscopables",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/ljharb/es-shim-unscopables.git"
  68. },
  69. "scripts": {
  70. "lint": "eslint --ext=.js,.mjs .",
  71. "posttest": "aud --production",
  72. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  73. "prelint-disabled": "evalmd README.md",
  74. "prepublish": "not-in-publish || npm run prepublishOnly",
  75. "prepublishOnly": "safe-publish-latest",
  76. "pretest": "npm run lint",
  77. "test": "npm run tests-only",
  78. "tests-only": "nyc tape 'test/**/*.js'",
  79. "version": "auto-changelog && git add CHANGELOG.md"
  80. },
  81. "version": "1.0.0"
  82. }