package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "is-symbol@1.0.4",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "is-symbol@1.0.4",
  9. "_id": "is-symbol@1.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  12. "_location": "/is-symbol",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-symbol@1.0.4",
  18. "name": "is-symbol",
  19. "escapedName": "is-symbol",
  20. "rawSpec": "1.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.4"
  23. },
  24. "_requiredBy": [
  25. "/es-to-primitive",
  26. "/which-boxed-primitive"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
  29. "_spec": "1.0.4",
  30. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  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/inspect-js/is-symbol/issues"
  45. },
  46. "dependencies": {
  47. "has-symbols": "^1.0.2"
  48. },
  49. "description": "Determine if a value is an ES6 Symbol or not.",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^17.6.0",
  52. "aud": "^1.1.5",
  53. "auto-changelog": "^2.2.1",
  54. "eslint": "^7.26.0",
  55. "nyc": "^10.3.2",
  56. "object-inspect": "^1.10.3",
  57. "safe-publish-latest": "^1.1.4",
  58. "tape": "^5.2.2"
  59. },
  60. "engines": {
  61. "node": ">= 0.4"
  62. },
  63. "funding": {
  64. "url": "https://github.com/sponsors/ljharb"
  65. },
  66. "homepage": "https://github.com/inspect-js/is-symbol#readme",
  67. "keywords": [
  68. "symbol",
  69. "es6",
  70. "is",
  71. "Symbol"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "is-symbol",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/inspect-js/is-symbol.git"
  79. },
  80. "scripts": {
  81. "lint": "eslint .",
  82. "posttest": "npx aud --production",
  83. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  84. "prepublish": "not-in-publish || npm run prepublishOnly",
  85. "prepublishOnly": "safe-publish-latest",
  86. "pretest": "npm run lint",
  87. "test": "npm run tests-only",
  88. "tests-only": "nyc tape 'test/**/*.js'",
  89. "version": "auto-changelog && git add CHANGELOG.md"
  90. },
  91. "testling": {
  92. "files": "test/index.js",
  93. "browsers": [
  94. "iexplore/6.0..latest",
  95. "firefox/3.0..6.0",
  96. "firefox/15.0..latest",
  97. "firefox/nightly",
  98. "chrome/4.0..10.0",
  99. "chrome/20.0..latest",
  100. "chrome/canary",
  101. "opera/10.0..latest",
  102. "opera/next",
  103. "safari/4.0..latest",
  104. "ipad/6.0..latest",
  105. "iphone/6.0..latest",
  106. "android-browser/4.2"
  107. ]
  108. },
  109. "version": "1.0.4"
  110. }