package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "object-inspect@1.12.0",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "object-inspect@1.12.0",
  9. "_id": "object-inspect@1.12.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==",
  12. "_location": "/object-inspect",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object-inspect@1.12.0",
  18. "name": "object-inspect",
  19. "escapedName": "object-inspect",
  20. "rawSpec": "1.12.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.12.0"
  23. },
  24. "_requiredBy": [
  25. "/es-abstract",
  26. "/side-channel"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz",
  29. "_spec": "1.12.0",
  30. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  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. "browser": {
  45. "./util.inspect.js": false
  46. },
  47. "bugs": {
  48. "url": "https://github.com/inspect-js/object-inspect/issues"
  49. },
  50. "description": "string representations of objects in node and the browser",
  51. "devDependencies": {
  52. "@ljharb/eslint-config": "^20.1.0",
  53. "aud": "^1.1.5",
  54. "auto-changelog": "^2.3.0",
  55. "core-js": "^2.6.12",
  56. "error-cause": "^1.0.3",
  57. "es-value-fixtures": "^1.2.1",
  58. "eslint": "^8.5.0",
  59. "for-each": "^0.3.3",
  60. "functions-have-names": "^1.2.2",
  61. "has-tostringtag": "^1.0.0",
  62. "make-arrow-function": "^1.2.0",
  63. "nyc": "^10.3.2",
  64. "safe-publish-latest": "^2.0.0",
  65. "string.prototype.repeat": "^1.0.0",
  66. "tape": "^5.3.2"
  67. },
  68. "funding": {
  69. "url": "https://github.com/sponsors/ljharb"
  70. },
  71. "homepage": "https://github.com/inspect-js/object-inspect",
  72. "keywords": [
  73. "inspect",
  74. "util.inspect",
  75. "object",
  76. "stringify",
  77. "pretty"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "object-inspect",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/inspect-js/object-inspect.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint .",
  88. "posttest": "npx aud --production",
  89. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  90. "prepublish": "not-in-publish || npm run prepublishOnly",
  91. "prepublishOnly": "safe-publish-latest",
  92. "pretest": "npm run lint",
  93. "test": "npm run tests-only && npm run test:corejs",
  94. "test:corejs": "nyc tape test-core-js.js 'test/*.js'",
  95. "tests-only": "nyc tape 'test/*.js'",
  96. "version": "auto-changelog && git add CHANGELOG.md"
  97. },
  98. "sideEffects": false,
  99. "testling": {
  100. "files": [
  101. "test/*.js",
  102. "test/browser/*.js"
  103. ],
  104. "browsers": [
  105. "ie/6..latest",
  106. "chrome/latest",
  107. "firefox/latest",
  108. "safari/latest",
  109. "opera/latest",
  110. "iphone/latest",
  111. "ipad/latest",
  112. "android/latest"
  113. ]
  114. },
  115. "version": "1.12.0"
  116. }