package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "get-intrinsic@1.1.2",
  5. "E:\\item\\newItem\\admin"
  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. "/side-channel"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ljharb/get-intrinsic/issues"
  45. },
  46. "dependencies": {
  47. "function-bind": "^1.1.1",
  48. "has": "^1.0.3",
  49. "has-symbols": "^1.0.3"
  50. },
  51. "description": "Get and robustly cache all JS language-level intrinsics at first require time",
  52. "devDependencies": {
  53. "@ljharb/eslint-config": "^21.0.0",
  54. "aud": "^2.0.0",
  55. "auto-changelog": "^2.4.0",
  56. "call-bind": "^1.0.2",
  57. "es-abstract": "^1.20.1",
  58. "es-value-fixtures": "^1.4.1",
  59. "eslint": "=8.8.0",
  60. "evalmd": "^0.0.19",
  61. "for-each": "^0.3.3",
  62. "make-async-function": "^1.0.0",
  63. "make-async-generator-function": "^1.0.0",
  64. "make-generator-function": "^2.0.0",
  65. "mock-property": "^1.0.0",
  66. "npmignore": "^0.3.0",
  67. "nyc": "^10.3.2",
  68. "object-inspect": "^1.12.2",
  69. "safe-publish-latest": "^2.0.0",
  70. "tape": "^5.5.3"
  71. },
  72. "exports": {
  73. ".": [
  74. {
  75. "default": "./index.js"
  76. },
  77. "./index.js"
  78. ],
  79. "./package.json": "./package.json"
  80. },
  81. "funding": {
  82. "url": "https://github.com/sponsors/ljharb"
  83. },
  84. "homepage": "https://github.com/ljharb/get-intrinsic#readme",
  85. "keywords": [
  86. "javascript",
  87. "ecmascript",
  88. "es",
  89. "js",
  90. "intrinsic",
  91. "getintrinsic",
  92. "es-abstract"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "name": "get-intrinsic",
  97. "publishConfig": {
  98. "ignore": [
  99. ".github/workflows"
  100. ]
  101. },
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/ljharb/get-intrinsic.git"
  105. },
  106. "scripts": {
  107. "lint": "eslint --ext=.js,.mjs .",
  108. "posttest": "aud --production",
  109. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  110. "prelint": "evalmd README.md",
  111. "prepack": "npmignore --auto --commentLines=autogenerated",
  112. "prepublish": "not-in-publish || npm run prepublishOnly",
  113. "prepublishOnly": "safe-publish-latest",
  114. "pretest": "npm run lint",
  115. "test": "npm run tests-only",
  116. "tests-only": "nyc tape 'test/**/*.js'",
  117. "version": "auto-changelog && git add CHANGELOG.md"
  118. },
  119. "version": "1.1.2"
  120. }