package.json 3.7 KB

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