package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "get-intrinsic@1.1.1",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "get-intrinsic@1.1.1",
  9. "_id": "get-intrinsic@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
  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. "/get-symbol-description",
  28. "/internal-slot",
  29. "/side-channel"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
  32. "_spec": "1.1.1",
  33. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  34. "author": {
  35. "name": "Jordan Harband",
  36. "email": "ljharb@gmail.com"
  37. },
  38. "auto-changelog": {
  39. "output": "CHANGELOG.md",
  40. "template": "keepachangelog",
  41. "unreleased": false,
  42. "commitLimit": false,
  43. "backfillLimit": false,
  44. "hideCredit": true
  45. },
  46. "bugs": {
  47. "url": "https://github.com/ljharb/get-intrinsic/issues"
  48. },
  49. "dependencies": {
  50. "function-bind": "^1.1.1",
  51. "has": "^1.0.3",
  52. "has-symbols": "^1.0.1"
  53. },
  54. "description": "Get and robustly cache all JS language-level intrinsics at first require time",
  55. "devDependencies": {
  56. "@ljharb/eslint-config": "^17.5.0",
  57. "aud": "^1.1.3",
  58. "auto-changelog": "^2.2.1",
  59. "call-bind": "^1.0.2",
  60. "es-abstract": "^1.18.0-next.2",
  61. "es-value-fixtures": "^1.0.0",
  62. "eslint": "^7.19.0",
  63. "evalmd": "^0.0.19",
  64. "foreach": "^2.0.5",
  65. "has-bigints": "^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. "nyc": "^10.3.2",
  70. "object-inspect": "^1.9.0",
  71. "tape": "^5.1.1"
  72. },
  73. "exports": {
  74. ".": [
  75. {
  76. "default": "./index.js"
  77. },
  78. "./index.js"
  79. ],
  80. "./package.json": "./package.json"
  81. },
  82. "funding": {
  83. "url": "https://github.com/sponsors/ljharb"
  84. },
  85. "homepage": "https://github.com/ljharb/get-intrinsic#readme",
  86. "keywords": [
  87. "javascript",
  88. "ecmascript",
  89. "es",
  90. "js",
  91. "intrinsic",
  92. "getintrinsic",
  93. "es-abstract"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "name": "get-intrinsic",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/ljharb/get-intrinsic.git"
  101. },
  102. "scripts": {
  103. "lint": "eslint --ext=.js,.mjs .",
  104. "posttest": "aud --production",
  105. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  106. "prelint": "evalmd README.md",
  107. "pretest": "npm run lint",
  108. "test": "npm run tests-only",
  109. "tests-only": "nyc tape 'test/**/*.js'",
  110. "version": "auto-changelog && git add CHANGELOG.md"
  111. },
  112. "version": "1.1.1"
  113. }