package.json 3.2 KB

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