package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_from": "object-inspect@^1.9.0",
  3. "_id": "object-inspect@1.12.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
  6. "_location": "/object-inspect",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-inspect@^1.9.0",
  12. "name": "object-inspect",
  13. "escapedName": "object-inspect",
  14. "rawSpec": "^1.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.9.0"
  17. },
  18. "_requiredBy": [
  19. "/side-channel"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
  22. "_shasum": "ba62dffd67ee256c8c086dfae69e016cd1f198b9",
  23. "_spec": "object-inspect@^1.9.0",
  24. "_where": "F:\\HBuilderProjects\\test\\node_modules\\side-channel",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true
  37. },
  38. "browser": {
  39. "./util.inspect.js": false
  40. },
  41. "bugs": {
  42. "url": "https://github.com/inspect-js/object-inspect/issues"
  43. },
  44. "bundleDependencies": false,
  45. "deprecated": false,
  46. "description": "string representations of objects in node and the browser",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^21.0.1",
  49. "@pkgjs/support": "^0.0.6",
  50. "aud": "^2.0.2",
  51. "auto-changelog": "^2.4.0",
  52. "core-js": "^2.6.12",
  53. "error-cause": "^1.0.5",
  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. "has-tostringtag": "^1.0.0",
  59. "in-publish": "^2.0.1",
  60. "make-arrow-function": "^1.2.0",
  61. "mock-property": "^1.0.0",
  62. "npmignore": "^0.3.0",
  63. "nyc": "^10.3.2",
  64. "safe-publish-latest": "^2.0.0",
  65. "string.prototype.repeat": "^1.0.0",
  66. "tape": "^5.6.1"
  67. },
  68. "funding": {
  69. "url": "https://github.com/sponsors/ljharb"
  70. },
  71. "homepage": "https://github.com/inspect-js/object-inspect",
  72. "keywords": [
  73. "inspect",
  74. "util.inspect",
  75. "object",
  76. "stringify",
  77. "pretty"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "object-inspect",
  82. "publishConfig": {
  83. "ignore": [
  84. ".github/workflows",
  85. "./test-core-js.js"
  86. ]
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/inspect-js/object-inspect.git"
  91. },
  92. "scripts": {
  93. "lint": "eslint --ext=js,mjs .",
  94. "postlint": "npx @pkgjs/support validate",
  95. "posttest": "npx aud --production",
  96. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  97. "prepack": "npmignore --auto --commentLines=autogenerated",
  98. "prepublish": "not-in-publish || npm run prepublishOnly",
  99. "prepublishOnly": "safe-publish-latest",
  100. "pretest": "npm run lint",
  101. "test": "npm run tests-only && npm run test:corejs",
  102. "test:corejs": "nyc tape test-core-js.js 'test/*.js'",
  103. "tests-only": "nyc tape 'test/*.js'",
  104. "version": "auto-changelog && git add CHANGELOG.md"
  105. },
  106. "sideEffects": false,
  107. "support": true,
  108. "testling": {
  109. "files": [
  110. "test/*.js",
  111. "test/browser/*.js"
  112. ],
  113. "browsers": [
  114. "ie/6..latest",
  115. "chrome/latest",
  116. "firefox/latest",
  117. "safari/latest",
  118. "opera/latest",
  119. "iphone/latest",
  120. "ipad/latest",
  121. "android/latest"
  122. ]
  123. },
  124. "version": "1.12.3"
  125. }