package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "get-intrinsic@^1.0.2",
  3. "_id": "get-intrinsic@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==",
  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. "/side-channel"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz",
  23. "_shasum": "d295644fed4505fc9cde952c37ee12b477a83d82",
  24. "_spec": "get-intrinsic@^1.0.2",
  25. "_where": "F:\\HBuilderProjects\\test\\node_modules\\side-channel",
  26. "author": {
  27. "name": "Jordan Harband",
  28. "email": "ljharb@gmail.com"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true
  37. },
  38. "bugs": {
  39. "url": "https://github.com/ljharb/get-intrinsic/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "function-bind": "^1.1.1",
  44. "has": "^1.0.3",
  45. "has-proto": "^1.0.1",
  46. "has-symbols": "^1.0.3"
  47. },
  48. "deprecated": false,
  49. "description": "Get and robustly cache all JS language-level intrinsics at first require time",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^21.0.1",
  52. "aud": "^2.0.2",
  53. "auto-changelog": "^2.4.0",
  54. "call-bind": "^1.0.2",
  55. "es-abstract": "^1.21.2",
  56. "es-value-fixtures": "^1.4.2",
  57. "eslint": "=8.8.0",
  58. "evalmd": "^0.0.19",
  59. "for-each": "^0.3.3",
  60. "gopd": "^1.0.1",
  61. "make-async-function": "^1.0.0",
  62. "make-async-generator-function": "^1.0.0",
  63. "make-generator-function": "^2.0.0",
  64. "mock-property": "^1.0.0",
  65. "npmignore": "^0.3.0",
  66. "nyc": "^10.3.2",
  67. "object-inspect": "^1.12.3",
  68. "safe-publish-latest": "^2.0.0",
  69. "tape": "^5.6.3"
  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. "publishConfig": {
  97. "ignore": [
  98. ".github/workflows"
  99. ]
  100. },
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/ljharb/get-intrinsic.git"
  104. },
  105. "scripts": {
  106. "lint": "eslint --ext=.js,.mjs .",
  107. "posttest": "aud --production",
  108. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  109. "prelint": "evalmd README.md",
  110. "prepack": "npmignore --auto --commentLines=autogenerated",
  111. "prepublish": "not-in-publish || npm run prepublishOnly",
  112. "prepublishOnly": "safe-publish-latest",
  113. "pretest": "npm run lint",
  114. "test": "npm run tests-only",
  115. "tests-only": "nyc tape 'test/**/*.js'",
  116. "version": "auto-changelog && git add CHANGELOG.md"
  117. },
  118. "testling": {
  119. "files": "test/GetIntrinsic.js"
  120. },
  121. "version": "1.2.1"
  122. }