package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "object-inspect@1.8.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object-inspect@1.8.0",
  10. "_id": "object-inspect@1.8.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-34B+Xs9TpgnMa/6T6sPMe+WzqdA=",
  13. "_location": "/object-inspect",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object-inspect@1.8.0",
  19. "name": "object-inspect",
  20. "escapedName": "object-inspect",
  21. "rawSpec": "1.8.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.8.0"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/object.getownpropertydescriptors/es-abstract",
  28. "/object.values/es-abstract",
  29. "/regexp.prototype.flags/es-abstract",
  30. "/util.promisify/es-abstract"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/object-inspect/download/object-inspect-1.8.0.tgz",
  33. "_spec": "1.8.0",
  34. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  35. "author": {
  36. "name": "James Halliday",
  37. "email": "mail@substack.net",
  38. "url": "http://substack.net"
  39. },
  40. "browser": {
  41. "./util.inspect.js": false
  42. },
  43. "bugs": {
  44. "url": "https://github.com/inspect-js/object-inspect/issues"
  45. },
  46. "description": "string representations of objects in node and the browser",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^17.1.0",
  49. "aud": "^1.1.2",
  50. "core-js": "^2.6.11",
  51. "eslint": "^7.1.0",
  52. "for-each": "^0.3.3",
  53. "nyc": "^10.3.2",
  54. "safe-publish-latest": "^1.1.4",
  55. "string.prototype.repeat": "^1.0.0",
  56. "tape": "^5.0.1"
  57. },
  58. "funding": {
  59. "url": "https://github.com/sponsors/ljharb"
  60. },
  61. "greenkeeper": {
  62. "ignore": [
  63. "nyc",
  64. "core-js"
  65. ]
  66. },
  67. "homepage": "https://github.com/inspect-js/object-inspect",
  68. "keywords": [
  69. "inspect",
  70. "util.inspect",
  71. "object",
  72. "stringify",
  73. "pretty"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "object-inspect",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/inspect-js/object-inspect.git"
  81. },
  82. "scripts": {
  83. "coverage": "nyc npm run tests-only",
  84. "lint": "eslint .",
  85. "posttest": "npx aud --production",
  86. "prepublish": "safe-publish-latest",
  87. "pretest": "npm run lint",
  88. "pretests-only": "node test-core-js",
  89. "test": "npm run tests-only",
  90. "tests-only": "tape test/*.js"
  91. },
  92. "testling": {
  93. "files": [
  94. "test/*.js",
  95. "test/browser/*.js"
  96. ],
  97. "browsers": [
  98. "ie/6..latest",
  99. "chrome/latest",
  100. "firefox/latest",
  101. "safari/latest",
  102. "opera/latest",
  103. "iphone/latest",
  104. "ipad/latest",
  105. "android/latest"
  106. ]
  107. },
  108. "version": "1.8.0"
  109. }