package.json 3.1 KB

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