package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "object-inspect@1.7.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "object-inspect@1.7.0",
  9. "_id": "object-inspect@1.7.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==",
  12. "_location": "/object-inspect",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object-inspect@1.7.0",
  18. "name": "object-inspect",
  19. "escapedName": "object-inspect",
  20. "rawSpec": "1.7.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.7.0"
  23. },
  24. "_requiredBy": [
  25. "/es-abstract"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz",
  28. "_spec": "1.7.0",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "author": {
  31. "name": "James Halliday",
  32. "email": "mail@substack.net",
  33. "url": "http://substack.net"
  34. },
  35. "browser": {
  36. "./util.inspect.js": false
  37. },
  38. "bugs": {
  39. "url": "https://github.com/substack/object-inspect/issues"
  40. },
  41. "description": "string representations of objects in node and the browser",
  42. "devDependencies": {
  43. "@ljharb/eslint-config": "^15.0.1",
  44. "core-js": "^2.6.10",
  45. "eslint": "^6.6.0",
  46. "nyc": "^10.3.2",
  47. "tape": "^4.11.0"
  48. },
  49. "funding": {
  50. "url": "https://github.com/sponsors/ljharb"
  51. },
  52. "greenkeeper": {
  53. "ignore": [
  54. "nyc",
  55. "core-js"
  56. ]
  57. },
  58. "homepage": "https://github.com/substack/object-inspect",
  59. "keywords": [
  60. "inspect",
  61. "util.inspect",
  62. "object",
  63. "stringify",
  64. "pretty"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "object-inspect",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/substack/object-inspect.git"
  72. },
  73. "scripts": {
  74. "coverage": "nyc npm run tests-only",
  75. "lint": "eslint .",
  76. "posttest": "npx aud --production",
  77. "pretest": "npm run lint",
  78. "pretests-only": "node test-core-js",
  79. "test": "npm run tests-only",
  80. "tests-only": "tape test/*.js"
  81. },
  82. "testling": {
  83. "files": [
  84. "test/*.js",
  85. "test/browser/*.js"
  86. ],
  87. "browsers": [
  88. "ie/6..latest",
  89. "chrome/latest",
  90. "firefox/latest",
  91. "safari/latest",
  92. "opera/latest",
  93. "iphone/latest",
  94. "ipad/latest",
  95. "android/latest"
  96. ]
  97. },
  98. "version": "1.7.0"
  99. }