package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. "object-inspect@1.12.3",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object-inspect@1.12.3",
  10. "_id": "object-inspect@1.12.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
  13. "_location": "/object-inspect",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object-inspect@1.12.3",
  19. "name": "object-inspect",
  20. "escapedName": "object-inspect",
  21. "rawSpec": "1.12.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.12.3"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/side-channel"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
  30. "_spec": "1.12.3",
  31. "_where": "E:\\2023\\5\\myjadmin",
  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": "^21.0.1",
  54. "@pkgjs/support": "^0.0.6",
  55. "aud": "^2.0.2",
  56. "auto-changelog": "^2.4.0",
  57. "core-js": "^2.6.12",
  58. "error-cause": "^1.0.5",
  59. "es-value-fixtures": "^1.4.2",
  60. "eslint": "=8.8.0",
  61. "for-each": "^0.3.3",
  62. "functions-have-names": "^1.2.3",
  63. "has-tostringtag": "^1.0.0",
  64. "in-publish": "^2.0.1",
  65. "make-arrow-function": "^1.2.0",
  66. "mock-property": "^1.0.0",
  67. "npmignore": "^0.3.0",
  68. "nyc": "^10.3.2",
  69. "safe-publish-latest": "^2.0.0",
  70. "string.prototype.repeat": "^1.0.0",
  71. "tape": "^5.6.1"
  72. },
  73. "funding": {
  74. "url": "https://github.com/sponsors/ljharb"
  75. },
  76. "homepage": "https://github.com/inspect-js/object-inspect",
  77. "keywords": [
  78. "inspect",
  79. "util.inspect",
  80. "object",
  81. "stringify",
  82. "pretty"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "object-inspect",
  87. "publishConfig": {
  88. "ignore": [
  89. ".github/workflows",
  90. "./test-core-js.js"
  91. ]
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/inspect-js/object-inspect.git"
  96. },
  97. "scripts": {
  98. "lint": "eslint --ext=js,mjs .",
  99. "postlint": "npx @pkgjs/support validate",
  100. "posttest": "npx aud --production",
  101. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  102. "prepack": "npmignore --auto --commentLines=autogenerated",
  103. "prepublish": "not-in-publish || npm run prepublishOnly",
  104. "prepublishOnly": "safe-publish-latest",
  105. "pretest": "npm run lint",
  106. "test": "npm run tests-only && npm run test:corejs",
  107. "test:corejs": "nyc tape test-core-js.js 'test/*.js'",
  108. "tests-only": "nyc tape 'test/*.js'",
  109. "version": "auto-changelog && git add CHANGELOG.md"
  110. },
  111. "sideEffects": false,
  112. "support": true,
  113. "testling": {
  114. "files": [
  115. "test/*.js",
  116. "test/browser/*.js"
  117. ],
  118. "browsers": [
  119. "ie/6..latest",
  120. "chrome/latest",
  121. "firefox/latest",
  122. "safari/latest",
  123. "opera/latest",
  124. "iphone/latest",
  125. "ipad/latest",
  126. "android/latest"
  127. ]
  128. },
  129. "version": "1.12.3"
  130. }