package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. "get-intrinsic@1.1.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "get-intrinsic@1.1.2",
  9. "_id": "get-intrinsic@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==",
  12. "_location": "/get-intrinsic",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "get-intrinsic@1.1.2",
  18. "name": "get-intrinsic",
  19. "escapedName": "get-intrinsic",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/call-bind",
  26. "/es-abstract",
  27. "/get-symbol-description",
  28. "/has-property-descriptors",
  29. "/internal-slot",
  30. "/side-channel"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz",
  33. "_spec": "1.1.2",
  34. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  35. "author": {
  36. "name": "Jordan Harband",
  37. "email": "ljharb@gmail.com"
  38. },
  39. "auto-changelog": {
  40. "output": "CHANGELOG.md",
  41. "template": "keepachangelog",
  42. "unreleased": false,
  43. "commitLimit": false,
  44. "backfillLimit": false,
  45. "hideCredit": true
  46. },
  47. "bugs": {
  48. "url": "https://github.com/ljharb/get-intrinsic/issues"
  49. },
  50. "dependencies": {
  51. "function-bind": "^1.1.1",
  52. "has": "^1.0.3",
  53. "has-symbols": "^1.0.3"
  54. },
  55. "description": "Get and robustly cache all JS language-level intrinsics at first require time",
  56. "devDependencies": {
  57. "@ljharb/eslint-config": "^21.0.0",
  58. "aud": "^2.0.0",
  59. "auto-changelog": "^2.4.0",
  60. "call-bind": "^1.0.2",
  61. "es-abstract": "^1.20.1",
  62. "es-value-fixtures": "^1.4.1",
  63. "eslint": "=8.8.0",
  64. "evalmd": "^0.0.19",
  65. "for-each": "^0.3.3",
  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.2",
  73. "safe-publish-latest": "^2.0.0",
  74. "tape": "^5.5.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. "version": "1.1.2"
  124. }