package.json 3.2 KB

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