package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "object-inspect@^1.10.3",
  3. "_id": "object-inspect@1.10.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==",
  6. "_location": "/object-inspect",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-inspect@^1.10.3",
  12. "name": "object-inspect",
  13. "escapedName": "object-inspect",
  14. "rawSpec": "^1.10.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.10.3"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract",
  20. "/side-channel"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz",
  23. "_shasum": "c2aa7d2d09f50c99375704f7a0adf24c5782d369",
  24. "_spec": "object-inspect@^1.10.3",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\es-abstract",
  26. "author": {
  27. "name": "James Halliday",
  28. "email": "mail@substack.net",
  29. "url": "http://substack.net"
  30. },
  31. "browser": {
  32. "./util.inspect.js": false
  33. },
  34. "bugs": {
  35. "url": "https://github.com/inspect-js/object-inspect/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "string representations of objects in node and the browser",
  40. "devDependencies": {
  41. "@ljharb/eslint-config": "^17.6.0",
  42. "aud": "^1.1.5",
  43. "core-js": "^2.6.12",
  44. "eslint": "^7.26.0",
  45. "for-each": "^0.3.3",
  46. "functions-have-names": "^1.2.2",
  47. "make-arrow-function": "^1.2.0",
  48. "nyc": "^10.3.2",
  49. "safe-publish-latest": "^1.1.4",
  50. "string.prototype.repeat": "^1.0.0",
  51. "tape": "^5.2.2"
  52. },
  53. "funding": {
  54. "url": "https://github.com/sponsors/ljharb"
  55. },
  56. "greenkeeper": {
  57. "ignore": [
  58. "nyc",
  59. "core-js"
  60. ]
  61. },
  62. "homepage": "https://github.com/inspect-js/object-inspect",
  63. "keywords": [
  64. "inspect",
  65. "util.inspect",
  66. "object",
  67. "stringify",
  68. "pretty"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "object-inspect",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/inspect-js/object-inspect.git"
  76. },
  77. "scripts": {
  78. "lint": "eslint .",
  79. "posttest": "npx aud --production",
  80. "prepublish": "not-in-publish || npm run prepublishOnly",
  81. "prepublishOnly": "safe-publish-latest",
  82. "pretest": "npm run lint",
  83. "test": "npm run tests-only && npm run test:corejs",
  84. "test:corejs": "nyc tape test-core-js.js 'test/*.js'",
  85. "tests-only": "nyc 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.3"
  104. }