package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_from": "object-inspect@^1.13.1",
  3. "_id": "object-inspect@1.13.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
  6. "_location": "/object-inspect",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-inspect@^1.13.1",
  12. "name": "object-inspect",
  13. "escapedName": "object-inspect",
  14. "rawSpec": "^1.13.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.13.1"
  17. },
  18. "_requiredBy": [
  19. "/side-channel"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
  22. "_shasum": "b96c6109324ccfef6b12216a956ca4dc2ff94bc2",
  23. "_spec": "object-inspect@^1.13.1",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/side-channel",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true
  37. },
  38. "browser": {
  39. "./util.inspect.js": false
  40. },
  41. "bugs": {
  42. "url": "https://github.com/inspect-js/object-inspect/issues"
  43. },
  44. "bundleDependencies": false,
  45. "deprecated": false,
  46. "description": "string representations of objects in node and the browser",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^21.1.0",
  49. "@pkgjs/support": "^0.0.6",
  50. "auto-changelog": "^2.4.0",
  51. "core-js": "^2.6.12",
  52. "error-cause": "^1.0.6",
  53. "es-value-fixtures": "^1.4.2",
  54. "eslint": "=8.8.0",
  55. "for-each": "^0.3.3",
  56. "functions-have-names": "^1.2.3",
  57. "glob": "=10.3.7",
  58. "globalthis": "^1.0.3",
  59. "has-tostringtag": "^1.0.0",
  60. "in-publish": "^2.0.1",
  61. "jackspeak": "=2.1.1",
  62. "make-arrow-function": "^1.2.0",
  63. "mock-property": "^1.0.2",
  64. "npmignore": "^0.3.0",
  65. "nyc": "^10.3.2",
  66. "safe-publish-latest": "^2.0.0",
  67. "string.prototype.repeat": "^1.0.0",
  68. "tape": "^5.7.1"
  69. },
  70. "funding": {
  71. "url": "https://github.com/sponsors/ljharb"
  72. },
  73. "homepage": "https://github.com/inspect-js/object-inspect",
  74. "keywords": [
  75. "inspect",
  76. "util.inspect",
  77. "object",
  78. "stringify",
  79. "pretty"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "object-inspect",
  84. "publishConfig": {
  85. "ignore": [
  86. ".github/workflows",
  87. "./test-core-js.js"
  88. ]
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/inspect-js/object-inspect.git"
  93. },
  94. "scripts": {
  95. "lint": "eslint --ext=js,mjs .",
  96. "postlint": "npx @pkgjs/support validate",
  97. "posttest": "npx aud --production",
  98. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  99. "prepack": "npmignore --auto --commentLines=autogenerated",
  100. "prepublish": "not-in-publish || npm run prepublishOnly",
  101. "prepublishOnly": "safe-publish-latest",
  102. "pretest": "npm run lint",
  103. "test": "npm run tests-only && npm run test:corejs",
  104. "test:corejs": "nyc tape test-core-js.js 'test/*.js'",
  105. "tests-only": "nyc tape 'test/*.js'",
  106. "version": "auto-changelog && git add CHANGELOG.md"
  107. },
  108. "sideEffects": false,
  109. "support": true,
  110. "testling": {
  111. "files": [
  112. "test/*.js",
  113. "test/browser/*.js"
  114. ],
  115. "browsers": [
  116. "ie/6..latest",
  117. "chrome/latest",
  118. "firefox/latest",
  119. "safari/latest",
  120. "opera/latest",
  121. "iphone/latest",
  122. "ipad/latest",
  123. "android/latest"
  124. ]
  125. },
  126. "version": "1.13.1"
  127. }