package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "object-inspect@^1.9.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.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.0.tgz",
  22. "_shasum": "6e2c120e868fd1fd18cb4f18c31741d0d6e776f0",
  23. "_spec": "object-inspect@^1.9.0",
  24. "_where": "/Users/lihai/jolijoli/pad_spa/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": "^20.1.0",
  49. "aud": "^1.1.5",
  50. "auto-changelog": "^2.3.0",
  51. "core-js": "^2.6.12",
  52. "error-cause": "^1.0.3",
  53. "es-value-fixtures": "^1.2.1",
  54. "eslint": "^8.5.0",
  55. "for-each": "^0.3.3",
  56. "functions-have-names": "^1.2.2",
  57. "has-tostringtag": "^1.0.0",
  58. "make-arrow-function": "^1.2.0",
  59. "nyc": "^10.3.2",
  60. "safe-publish-latest": "^2.0.0",
  61. "string.prototype.repeat": "^1.0.0",
  62. "tape": "^5.3.2"
  63. },
  64. "funding": {
  65. "url": "https://github.com/sponsors/ljharb"
  66. },
  67. "homepage": "https://github.com/inspect-js/object-inspect",
  68. "keywords": [
  69. "inspect",
  70. "util.inspect",
  71. "object",
  72. "stringify",
  73. "pretty"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "object-inspect",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/inspect-js/object-inspect.git"
  81. },
  82. "scripts": {
  83. "lint": "eslint .",
  84. "posttest": "npx aud --production",
  85. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  86. "prepublish": "not-in-publish || npm run prepublishOnly",
  87. "prepublishOnly": "safe-publish-latest",
  88. "pretest": "npm run lint",
  89. "test": "npm run tests-only && npm run test:corejs",
  90. "test:corejs": "nyc tape test-core-js.js 'test/*.js'",
  91. "tests-only": "nyc tape 'test/*.js'",
  92. "version": "auto-changelog && git add CHANGELOG.md"
  93. },
  94. "sideEffects": false,
  95. "testling": {
  96. "files": [
  97. "test/*.js",
  98. "test/browser/*.js"
  99. ],
  100. "browsers": [
  101. "ie/6..latest",
  102. "chrome/latest",
  103. "firefox/latest",
  104. "safari/latest",
  105. "opera/latest",
  106. "iphone/latest",
  107. "ipad/latest",
  108. "android/latest"
  109. ]
  110. },
  111. "version": "1.12.0"
  112. }