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