package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "object-inspect@^1.9.0",
  3. "_id": "object-inspect@1.10.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gz58rdPpadwztRrPjZE9DZLOABUpTGdcANUgOwBFO1C+HZZhePoP83M65WGDmbpwFYJSWqavbl4SgDn4k8RYTA==",
  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. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.2.tgz",
  22. "_shasum": "b6385a3e2b7cae0b5eafcf90cddf85d128767f30",
  23. "_spec": "object-inspect@^1.9.0",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\es-abstract",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "browser": {
  31. "./util.inspect.js": false
  32. },
  33. "bugs": {
  34. "url": "https://github.com/inspect-js/object-inspect/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "string representations of objects in node and the browser",
  39. "devDependencies": {
  40. "@ljharb/eslint-config": "^17.5.1",
  41. "aud": "^1.1.4",
  42. "core-js": "^2.6.12",
  43. "eslint": "^7.24.0",
  44. "for-each": "^0.3.3",
  45. "functions-have-names": "^1.2.2",
  46. "make-arrow-function": "^1.2.0",
  47. "nyc": "^10.3.2",
  48. "safe-publish-latest": "^1.1.4",
  49. "string.prototype.repeat": "^1.0.0",
  50. "tape": "^5.2.2"
  51. },
  52. "funding": {
  53. "url": "https://github.com/sponsors/ljharb"
  54. },
  55. "greenkeeper": {
  56. "ignore": [
  57. "nyc",
  58. "core-js"
  59. ]
  60. },
  61. "homepage": "https://github.com/inspect-js/object-inspect",
  62. "keywords": [
  63. "inspect",
  64. "util.inspect",
  65. "object",
  66. "stringify",
  67. "pretty"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "object-inspect",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/inspect-js/object-inspect.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint .",
  78. "posttest": "npx aud --production",
  79. "prepublish": "not-in-publish || npm run prepublishOnly",
  80. "prepublishOnly": "safe-publish-latest",
  81. "pretest": "npm run lint",
  82. "pretests-only:tape": "node test-core-js",
  83. "test": "npm run tests-only",
  84. "tests-only": "nyc npm run tests-only:tape",
  85. "tests-only:tape": "tape 'test/*.js'"
  86. },
  87. "testling": {
  88. "files": [
  89. "test/*.js",
  90. "test/browser/*.js"
  91. ],
  92. "browsers": [
  93. "ie/6..latest",
  94. "chrome/latest",
  95. "firefox/latest",
  96. "safari/latest",
  97. "opera/latest",
  98. "iphone/latest",
  99. "ipad/latest",
  100. "android/latest"
  101. ]
  102. },
  103. "version": "1.10.2"
  104. }