package.json 3.5 KB

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