package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_from": "object-inspect@^1.9.0",
  3. "_id": "object-inspect@1.12.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Y/jF6vnvEtOPGiKD1+q+X0CiUYRQtEHp89MLLUJ7TUivtH8Ugn2+3A7Rynqk7BRsAoqeOQWnFnjpDrKSxDgIGA==",
  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.npmmirror.com/object-inspect/-/object-inspect-1.12.1.tgz",
  22. "_shasum": "28a661153bad7e470e4b01479ef1cb91ce511191",
  23. "_spec": "object-inspect@^1.9.0",
  24. "_where": "D:\\测试\\wyUniapp\\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": "^21.0.0",
  49. "aud": "^2.0.0",
  50. "auto-changelog": "^2.4.0",
  51. "core-js": "^2.6.12",
  52. "error-cause": "^1.0.4",
  53. "es-value-fixtures": "^1.4.1",
  54. "eslint": "=8.8.0",
  55. "for-each": "^0.3.3",
  56. "functions-have-names": "^1.2.3",
  57. "has-tostringtag": "^1.0.0",
  58. "make-arrow-function": "^1.2.0",
  59. "mock-property": "^1.0.0",
  60. "npmignore": "^0.3.0",
  61. "nyc": "^10.3.2",
  62. "safe-publish-latest": "^2.0.0",
  63. "string.prototype.repeat": "^1.0.0",
  64. "tape": "^5.5.3"
  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. "publishConfig": {
  81. "ignore": [
  82. ".github/workflows",
  83. "./test-core-js.js"
  84. ]
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/inspect-js/object-inspect.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint .",
  92. "posttest": "npx aud --production",
  93. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  94. "prepack": "npmignore --auto --commentLines=autogenerated",
  95. "prepublish": "not-in-publish || npm run prepublishOnly",
  96. "prepublishOnly": "safe-publish-latest",
  97. "pretest": "npm run lint",
  98. "test": "npm run tests-only && npm run test:corejs",
  99. "test:corejs": "nyc tape test-core-js.js 'test/*.js'",
  100. "tests-only": "nyc tape 'test/*.js'",
  101. "version": "auto-changelog && git add CHANGELOG.md"
  102. },
  103. "sideEffects": false,
  104. "testling": {
  105. "files": [
  106. "test/*.js",
  107. "test/browser/*.js"
  108. ],
  109. "browsers": [
  110. "ie/6..latest",
  111. "chrome/latest",
  112. "firefox/latest",
  113. "safari/latest",
  114. "opera/latest",
  115. "iphone/latest",
  116. "ipad/latest",
  117. "android/latest"
  118. ]
  119. },
  120. "version": "1.12.1"
  121. }