package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. "get-intrinsic@1.2.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "get-intrinsic@1.2.1",
  10. "_id": "get-intrinsic@1.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==",
  13. "_location": "/get-intrinsic",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "get-intrinsic@1.2.1",
  19. "name": "get-intrinsic",
  20. "escapedName": "get-intrinsic",
  21. "rawSpec": "1.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.1"
  24. },
  25. "_requiredBy": [
  26. "/call-bind",
  27. "/has-property-descriptors",
  28. "/side-channel"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.1.tgz",
  31. "_spec": "1.2.1",
  32. "_where": "/Users/mac/projects/mime/mine",
  33. "author": {
  34. "name": "Jordan Harband",
  35. "email": "ljharb@gmail.com"
  36. },
  37. "auto-changelog": {
  38. "output": "CHANGELOG.md",
  39. "template": "keepachangelog",
  40. "unreleased": false,
  41. "commitLimit": false,
  42. "backfillLimit": false,
  43. "hideCredit": true
  44. },
  45. "bugs": {
  46. "url": "https://github.com/ljharb/get-intrinsic/issues"
  47. },
  48. "dependencies": {
  49. "function-bind": "^1.1.1",
  50. "has": "^1.0.3",
  51. "has-proto": "^1.0.1",
  52. "has-symbols": "^1.0.3"
  53. },
  54. "description": "Get and robustly cache all JS language-level intrinsics at first require time",
  55. "devDependencies": {
  56. "@ljharb/eslint-config": "^21.0.1",
  57. "aud": "^2.0.2",
  58. "auto-changelog": "^2.4.0",
  59. "call-bind": "^1.0.2",
  60. "es-abstract": "^1.21.2",
  61. "es-value-fixtures": "^1.4.2",
  62. "eslint": "=8.8.0",
  63. "evalmd": "^0.0.19",
  64. "for-each": "^0.3.3",
  65. "gopd": "^1.0.1",
  66. "make-async-function": "^1.0.0",
  67. "make-async-generator-function": "^1.0.0",
  68. "make-generator-function": "^2.0.0",
  69. "mock-property": "^1.0.0",
  70. "npmignore": "^0.3.0",
  71. "nyc": "^10.3.2",
  72. "object-inspect": "^1.12.3",
  73. "safe-publish-latest": "^2.0.0",
  74. "tape": "^5.6.3"
  75. },
  76. "exports": {
  77. ".": [
  78. {
  79. "default": "./index.js"
  80. },
  81. "./index.js"
  82. ],
  83. "./package.json": "./package.json"
  84. },
  85. "funding": {
  86. "url": "https://github.com/sponsors/ljharb"
  87. },
  88. "homepage": "https://github.com/ljharb/get-intrinsic#readme",
  89. "keywords": [
  90. "javascript",
  91. "ecmascript",
  92. "es",
  93. "js",
  94. "intrinsic",
  95. "getintrinsic",
  96. "es-abstract"
  97. ],
  98. "license": "MIT",
  99. "main": "index.js",
  100. "name": "get-intrinsic",
  101. "publishConfig": {
  102. "ignore": [
  103. ".github/workflows"
  104. ]
  105. },
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/ljharb/get-intrinsic.git"
  109. },
  110. "scripts": {
  111. "lint": "eslint --ext=.js,.mjs .",
  112. "posttest": "aud --production",
  113. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  114. "prelint": "evalmd README.md",
  115. "prepack": "npmignore --auto --commentLines=autogenerated",
  116. "prepublish": "not-in-publish || npm run prepublishOnly",
  117. "prepublishOnly": "safe-publish-latest",
  118. "pretest": "npm run lint",
  119. "test": "npm run tests-only",
  120. "tests-only": "nyc tape 'test/**/*.js'",
  121. "version": "auto-changelog && git add CHANGELOG.md"
  122. },
  123. "testling": {
  124. "files": "test/GetIntrinsic.js"
  125. },
  126. "version": "1.2.1"
  127. }