package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "get-intrinsic@1.1.1",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_from": "get-intrinsic@1.1.1",
  9. "_id": "get-intrinsic@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-FfWfN2+FXERpY5SPDSTNNje0q8Y=",
  12. "_location": "/get-intrinsic",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "get-intrinsic@1.1.1",
  18. "name": "get-intrinsic",
  19. "escapedName": "get-intrinsic",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/call-bind",
  26. "/es-abstract",
  27. "/side-channel"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/get-intrinsic/download/get-intrinsic-1.1.1.tgz?cache=0&sync_timestamp=1612364352840&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fget-intrinsic%2Fdownload%2Fget-intrinsic-1.1.1.tgz",
  30. "_spec": "1.1.1",
  31. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com"
  35. },
  36. "auto-changelog": {
  37. "output": "CHANGELOG.md",
  38. "template": "keepachangelog",
  39. "unreleased": false,
  40. "commitLimit": false,
  41. "backfillLimit": false,
  42. "hideCredit": true
  43. },
  44. "bugs": {
  45. "url": "https://github.com/ljharb/get-intrinsic/issues"
  46. },
  47. "dependencies": {
  48. "function-bind": "^1.1.1",
  49. "has": "^1.0.3",
  50. "has-symbols": "^1.0.1"
  51. },
  52. "description": "Get and robustly cache all JS language-level intrinsics at first require time",
  53. "devDependencies": {
  54. "@ljharb/eslint-config": "^17.5.0",
  55. "aud": "^1.1.3",
  56. "auto-changelog": "^2.2.1",
  57. "call-bind": "^1.0.2",
  58. "es-abstract": "^1.18.0-next.2",
  59. "es-value-fixtures": "^1.0.0",
  60. "eslint": "^7.19.0",
  61. "evalmd": "^0.0.19",
  62. "foreach": "^2.0.5",
  63. "has-bigints": "^1.0.1",
  64. "make-async-function": "^1.0.0",
  65. "make-async-generator-function": "^1.0.0",
  66. "make-generator-function": "^2.0.0",
  67. "nyc": "^10.3.2",
  68. "object-inspect": "^1.9.0",
  69. "tape": "^5.1.1"
  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. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/ljharb/get-intrinsic.git"
  99. },
  100. "scripts": {
  101. "lint": "eslint --ext=.js,.mjs .",
  102. "posttest": "aud --production",
  103. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  104. "prelint": "evalmd README.md",
  105. "pretest": "npm run lint",
  106. "test": "npm run tests-only",
  107. "tests-only": "nyc tape 'test/**/*.js'",
  108. "version": "auto-changelog && git add CHANGELOG.md"
  109. },
  110. "version": "1.1.1"
  111. }