用工小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

132 lines
3.7 KiB

7 months ago
  1. {
  2. "_from": "object-inspect@^1.13.1",
  3. "_id": "object-inspect@1.13.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
  6. "_location": "/object-inspect",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-inspect@^1.13.1",
  12. "name": "object-inspect",
  13. "escapedName": "object-inspect",
  14. "rawSpec": "^1.13.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.13.1"
  17. },
  18. "_requiredBy": [
  19. "/side-channel"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.2.tgz",
  22. "_shasum": "dea0088467fb991e67af4058147a24824a3043ff",
  23. "_spec": "object-inspect@^1.13.1",
  24. "_where": "E:\\webView\\hire-wechat-uniapp\\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.1.1",
  49. "@pkgjs/support": "^0.0.6",
  50. "auto-changelog": "^2.4.0",
  51. "core-js": "^2.6.12",
  52. "error-cause": "^1.0.8",
  53. "es-value-fixtures": "^1.4.2",
  54. "eslint": "=8.8.0",
  55. "for-each": "^0.3.3",
  56. "functions-have-names": "^1.2.3",
  57. "glob": "=10.3.7",
  58. "globalthis": "^1.0.4",
  59. "has-symbols": "^1.0.3",
  60. "has-tostringtag": "^1.0.2",
  61. "in-publish": "^2.0.1",
  62. "jackspeak": "=2.1.1",
  63. "make-arrow-function": "^1.2.0",
  64. "mock-property": "^1.0.3",
  65. "npmignore": "^0.3.1",
  66. "nyc": "^10.3.2",
  67. "safe-publish-latest": "^2.0.0",
  68. "safer-buffer": "^2.1.2",
  69. "string.prototype.repeat": "^1.0.0",
  70. "tape": "^5.8.1"
  71. },
  72. "engines": {
  73. "node": ">= 0.4"
  74. },
  75. "funding": {
  76. "url": "https://github.com/sponsors/ljharb"
  77. },
  78. "homepage": "https://github.com/inspect-js/object-inspect",
  79. "keywords": [
  80. "inspect",
  81. "util.inspect",
  82. "object",
  83. "stringify",
  84. "pretty"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "name": "object-inspect",
  89. "publishConfig": {
  90. "ignore": [
  91. ".github/workflows",
  92. "./test-core-js.js"
  93. ]
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/inspect-js/object-inspect.git"
  98. },
  99. "scripts": {
  100. "lint": "eslint --ext=js,mjs .",
  101. "postlint": "npx @pkgjs/support validate",
  102. "posttest": "npx aud --production",
  103. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  104. "prepack": "npmignore --auto --commentLines=autogenerated",
  105. "prepublish": "not-in-publish || npm run prepublishOnly",
  106. "prepublishOnly": "safe-publish-latest",
  107. "pretest": "npm run lint",
  108. "test": "npm run tests-only && npm run test:corejs",
  109. "test:corejs": "nyc tape test-core-js.js 'test/*.js'",
  110. "tests-only": "nyc tape 'test/*.js'",
  111. "version": "auto-changelog && git add CHANGELOG.md"
  112. },
  113. "sideEffects": false,
  114. "support": true,
  115. "testling": {
  116. "files": [
  117. "test/*.js",
  118. "test/browser/*.js"
  119. ],
  120. "browsers": [
  121. "ie/6..latest",
  122. "chrome/latest",
  123. "firefox/latest",
  124. "safari/latest",
  125. "opera/latest",
  126. "iphone/latest",
  127. "ipad/latest",
  128. "android/latest"
  129. ]
  130. },
  131. "version": "1.13.2"
  132. }