package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "get-intrinsic@^1.0.2",
  3. "_id": "get-intrinsic@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
  6. "_location": "/get-intrinsic",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "get-intrinsic@^1.0.2",
  12. "name": "get-intrinsic",
  13. "escapedName": "get-intrinsic",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/array-includes",
  20. "/call-bind",
  21. "/es-abstract",
  22. "/get-symbol-description",
  23. "/has-property-descriptors",
  24. "/internal-slot",
  25. "/side-channel"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
  28. "_shasum": "15f59f376f855c446963948f0d24cd3637b4abc6",
  29. "_spec": "get-intrinsic@^1.0.2",
  30. "_where": "H:\\gs_nuxt\\node_modules\\call-bind",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ljharb/get-intrinsic/issues"
  45. },
  46. "bundleDependencies": false,
  47. "dependencies": {
  48. "function-bind": "^1.1.1",
  49. "has": "^1.0.3",
  50. "has-symbols": "^1.0.1"
  51. },
  52. "deprecated": false,
  53. "description": "Get and robustly cache all JS language-level intrinsics at first require time",
  54. "devDependencies": {
  55. "@ljharb/eslint-config": "^17.5.0",
  56. "aud": "^1.1.3",
  57. "auto-changelog": "^2.2.1",
  58. "call-bind": "^1.0.2",
  59. "es-abstract": "^1.18.0-next.2",
  60. "es-value-fixtures": "^1.0.0",
  61. "eslint": "^7.19.0",
  62. "evalmd": "^0.0.19",
  63. "foreach": "^2.0.5",
  64. "has-bigints": "^1.0.1",
  65. "make-async-function": "^1.0.0",
  66. "make-async-generator-function": "^1.0.0",
  67. "make-generator-function": "^2.0.0",
  68. "nyc": "^10.3.2",
  69. "object-inspect": "^1.9.0",
  70. "tape": "^5.1.1"
  71. },
  72. "exports": {
  73. ".": [
  74. {
  75. "default": "./index.js"
  76. },
  77. "./index.js"
  78. ],
  79. "./package.json": "./package.json"
  80. },
  81. "funding": {
  82. "url": "https://github.com/sponsors/ljharb"
  83. },
  84. "homepage": "https://github.com/ljharb/get-intrinsic#readme",
  85. "keywords": [
  86. "javascript",
  87. "ecmascript",
  88. "es",
  89. "js",
  90. "intrinsic",
  91. "getintrinsic",
  92. "es-abstract"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "name": "get-intrinsic",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/ljharb/get-intrinsic.git"
  100. },
  101. "scripts": {
  102. "lint": "eslint --ext=.js,.mjs .",
  103. "posttest": "aud --production",
  104. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  105. "prelint": "evalmd README.md",
  106. "pretest": "npm run lint",
  107. "test": "npm run tests-only",
  108. "tests-only": "nyc tape 'test/**/*.js'",
  109. "version": "auto-changelog && git add CHANGELOG.md"
  110. },
  111. "version": "1.1.1"
  112. }