package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "get-intrinsic@1.1.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "get-intrinsic@1.1.1",
  10. "_id": "get-intrinsic@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-FfWfN2+FXERpY5SPDSTNNje0q8Y=",
  13. "_location": "/get-intrinsic",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "get-intrinsic@1.1.1",
  19. "name": "get-intrinsic",
  20. "escapedName": "get-intrinsic",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/array-includes",
  27. "/call-bind",
  28. "/es-abstract",
  29. "/internal-slot",
  30. "/side-channel"
  31. ],
  32. "_resolved": "https://registry.nlark.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz",
  33. "_spec": "1.1.1",
  34. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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.1"
  54. },
  55. "description": "Get and robustly cache all JS language-level intrinsics at first require time",
  56. "devDependencies": {
  57. "@ljharb/eslint-config": "^17.5.0",
  58. "aud": "^1.1.3",
  59. "auto-changelog": "^2.2.1",
  60. "call-bind": "^1.0.2",
  61. "es-abstract": "^1.18.0-next.2",
  62. "es-value-fixtures": "^1.0.0",
  63. "eslint": "^7.19.0",
  64. "evalmd": "^0.0.19",
  65. "foreach": "^2.0.5",
  66. "has-bigints": "^1.0.1",
  67. "make-async-function": "^1.0.0",
  68. "make-async-generator-function": "^1.0.0",
  69. "make-generator-function": "^2.0.0",
  70. "nyc": "^10.3.2",
  71. "object-inspect": "^1.9.0",
  72. "tape": "^5.1.1"
  73. },
  74. "exports": {
  75. ".": [
  76. {
  77. "default": "./index.js"
  78. },
  79. "./index.js"
  80. ],
  81. "./package.json": "./package.json"
  82. },
  83. "funding": {
  84. "url": "https://github.com/sponsors/ljharb"
  85. },
  86. "homepage": "https://github.com/ljharb/get-intrinsic#readme",
  87. "keywords": [
  88. "javascript",
  89. "ecmascript",
  90. "es",
  91. "js",
  92. "intrinsic",
  93. "getintrinsic",
  94. "es-abstract"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "name": "get-intrinsic",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/ljharb/get-intrinsic.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --ext=.js,.mjs .",
  105. "posttest": "aud --production",
  106. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  107. "prelint": "evalmd README.md",
  108. "pretest": "npm run lint",
  109. "test": "npm run tests-only",
  110. "tests-only": "nyc tape 'test/**/*.js'",
  111. "version": "auto-changelog && git add CHANGELOG.md"
  112. },
  113. "version": "1.1.1"
  114. }