package.json 3.6 KB

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