package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "object-inspect@1.9.0",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_from": "object-inspect@1.9.0",
  9. "_id": "object-inspect@1.9.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-yQUh104RJ7ZyZt7TOUrWEWmGUzo=",
  12. "_location": "/object-inspect",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object-inspect@1.9.0",
  18. "name": "object-inspect",
  19. "escapedName": "object-inspect",
  20. "rawSpec": "1.9.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.9.0"
  23. },
  24. "_requiredBy": [
  25. "/es-abstract",
  26. "/side-channel"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/object-inspect/download/object-inspect-1.9.0.tgz?cache=0&sync_timestamp=1606804280990&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fobject-inspect%2Fdownload%2Fobject-inspect-1.9.0.tgz",
  29. "_spec": "1.9.0",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "browser": {
  37. "./util.inspect.js": false
  38. },
  39. "bugs": {
  40. "url": "https://github.com/inspect-js/object-inspect/issues"
  41. },
  42. "description": "string representations of objects in node and the browser",
  43. "devDependencies": {
  44. "@ljharb/eslint-config": "^17.3.0",
  45. "aud": "^1.1.3",
  46. "core-js": "^2.6.12",
  47. "eslint": "^7.14.0",
  48. "for-each": "^0.3.3",
  49. "nyc": "^10.3.2",
  50. "safe-publish-latest": "^1.1.4",
  51. "string.prototype.repeat": "^1.0.0",
  52. "tape": "^5.0.1"
  53. },
  54. "funding": {
  55. "url": "https://github.com/sponsors/ljharb"
  56. },
  57. "greenkeeper": {
  58. "ignore": [
  59. "nyc",
  60. "core-js"
  61. ]
  62. },
  63. "homepage": "https://github.com/inspect-js/object-inspect",
  64. "keywords": [
  65. "inspect",
  66. "util.inspect",
  67. "object",
  68. "stringify",
  69. "pretty"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "object-inspect",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/inspect-js/object-inspect.git"
  77. },
  78. "scripts": {
  79. "lint": "eslint .",
  80. "posttest": "npx aud --production",
  81. "prepublish": "safe-publish-latest",
  82. "pretest": "npm run lint",
  83. "pretests-only:tape": "node test-core-js",
  84. "test": "npm run tests-only",
  85. "tests-only": "nyc npm run tests-only:tape",
  86. "tests-only:tape": "tape 'test/*.js'"
  87. },
  88. "testling": {
  89. "files": [
  90. "test/*.js",
  91. "test/browser/*.js"
  92. ],
  93. "browsers": [
  94. "ie/6..latest",
  95. "chrome/latest",
  96. "firefox/latest",
  97. "safari/latest",
  98. "opera/latest",
  99. "iphone/latest",
  100. "ipad/latest",
  101. "android/latest"
  102. ]
  103. },
  104. "version": "1.9.0"
  105. }