package.json 2.5 KB

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