package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_from": "object-inspect@^1.13.3",
  3. "_id": "object-inspect@1.13.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  6. "_location": "/object-inspect",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-inspect@^1.13.3",
  12. "name": "object-inspect",
  13. "escapedName": "object-inspect",
  14. "rawSpec": "^1.13.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.13.3"
  17. },
  18. "_requiredBy": [
  19. "/side-channel",
  20. "/side-channel-list",
  21. "/side-channel-map",
  22. "/side-channel-weakmap"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz",
  25. "_shasum": "8375265e21bc20d0fa582c22e1b13485d6e00213",
  26. "_spec": "object-inspect@^1.13.3",
  27. "_where": "E:\\vue_project\\el-table-column\\node_modules\\side-channel",
  28. "author": {
  29. "name": "James Halliday",
  30. "email": "mail@substack.net",
  31. "url": "http://substack.net"
  32. },
  33. "auto-changelog": {
  34. "output": "CHANGELOG.md",
  35. "template": "keepachangelog",
  36. "unreleased": false,
  37. "commitLimit": false,
  38. "backfillLimit": false,
  39. "hideCredit": true
  40. },
  41. "browser": {
  42. "./util.inspect.js": false
  43. },
  44. "bugs": {
  45. "url": "https://github.com/inspect-js/object-inspect/issues"
  46. },
  47. "bundleDependencies": false,
  48. "deprecated": false,
  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.5.0",
  54. "core-js": "^2.6.12",
  55. "error-cause": "^1.0.8",
  56. "es-value-fixtures": "^1.7.1",
  57. "eslint": "=8.8.0",
  58. "for-each": "^0.3.4",
  59. "functions-have-names": "^1.2.3",
  60. "glob": "=10.3.7",
  61. "globalthis": "^1.0.4",
  62. "has-symbols": "^1.1.0",
  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.1.0",
  68. "npmignore": "^0.3.1",
  69. "nyc": "^10.3.2",
  70. "safe-publish-latest": "^2.0.0",
  71. "safer-buffer": "^2.1.2",
  72. "semver": "^6.3.1",
  73. "string.prototype.repeat": "^1.0.0",
  74. "tape": "^5.9.0"
  75. },
  76. "engines": {
  77. "node": ">= 0.4"
  78. },
  79. "funding": {
  80. "url": "https://github.com/sponsors/ljharb"
  81. },
  82. "homepage": "https://github.com/inspect-js/object-inspect",
  83. "keywords": [
  84. "inspect",
  85. "util.inspect",
  86. "object",
  87. "stringify",
  88. "pretty"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "object-inspect",
  93. "publishConfig": {
  94. "ignore": [
  95. ".github/workflows",
  96. "./test-core-js.js"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/inspect-js/object-inspect.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --ext=js,mjs .",
  105. "postlint": "npx @pkgjs/support validate",
  106. "posttest": "npx npm@'>=10.2' audit --production",
  107. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  108. "prepack": "npmignore --auto --commentLines=autogenerated",
  109. "prepublish": "not-in-publish || npm run prepublishOnly",
  110. "prepublishOnly": "safe-publish-latest",
  111. "pretest": "npm run lint",
  112. "test": "npm run tests-only && npm run test:corejs",
  113. "test:corejs": "nyc tape test-core-js.js 'test/*.js'",
  114. "tests-only": "nyc tape 'test/*.js'",
  115. "version": "auto-changelog && git add CHANGELOG.md"
  116. },
  117. "sideEffects": false,
  118. "support": true,
  119. "testling": {
  120. "files": [
  121. "test/*.js",
  122. "test/browser/*.js"
  123. ],
  124. "browsers": [
  125. "ie/6..latest",
  126. "chrome/latest",
  127. "firefox/latest",
  128. "safari/latest",
  129. "opera/latest",
  130. "iphone/latest",
  131. "ipad/latest",
  132. "android/latest"
  133. ]
  134. },
  135. "version": "1.13.4"
  136. }