package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_from": "object-inspect@^1.12.0",
  3. "_id": "object-inspect@1.12.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==",
  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. "/side-channel"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz",
  23. "_shasum": "c0641f26394532f28ab8d796ab954e43c009a8ea",
  24. "_spec": "object-inspect@^1.12.0",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\es-abstract",
  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": "^21.0.0",
  50. "aud": "^2.0.0",
  51. "auto-changelog": "^2.4.0",
  52. "core-js": "^2.6.12",
  53. "error-cause": "^1.0.4",
  54. "es-value-fixtures": "^1.4.1",
  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. "make-arrow-function": "^1.2.0",
  60. "mock-property": "^1.0.0",
  61. "npmignore": "^0.3.0",
  62. "nyc": "^10.3.2",
  63. "safe-publish-latest": "^2.0.0",
  64. "string.prototype.repeat": "^1.0.0",
  65. "tape": "^5.5.3"
  66. },
  67. "funding": {
  68. "url": "https://github.com/sponsors/ljharb"
  69. },
  70. "homepage": "https://github.com/inspect-js/object-inspect",
  71. "keywords": [
  72. "inspect",
  73. "util.inspect",
  74. "object",
  75. "stringify",
  76. "pretty"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "object-inspect",
  81. "publishConfig": {
  82. "ignore": [
  83. ".github/workflows",
  84. "./test-core-js.js"
  85. ]
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/inspect-js/object-inspect.git"
  90. },
  91. "scripts": {
  92. "lint": "eslint .",
  93. "posttest": "npx aud --production",
  94. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  95. "prepack": "npmignore --auto --commentLines=autogenerated",
  96. "prepublish": "not-in-publish || npm run prepublishOnly",
  97. "prepublishOnly": "safe-publish-latest",
  98. "pretest": "npm run lint",
  99. "test": "npm run tests-only && npm run test:corejs",
  100. "test:corejs": "nyc tape test-core-js.js 'test/*.js'",
  101. "tests-only": "nyc tape 'test/*.js'",
  102. "version": "auto-changelog && git add CHANGELOG.md"
  103. },
  104. "sideEffects": false,
  105. "support": true,
  106. "testling": {
  107. "files": [
  108. "test/*.js",
  109. "test/browser/*.js"
  110. ],
  111. "browsers": [
  112. "ie/6..latest",
  113. "chrome/latest",
  114. "firefox/latest",
  115. "safari/latest",
  116. "opera/latest",
  117. "iphone/latest",
  118. "ipad/latest",
  119. "android/latest"
  120. ]
  121. },
  122. "version": "1.12.2"
  123. }