You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

139 lines
3.8 KiB

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