package.json 2.9 KB

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