You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "object-inspect@^1.7.0",
  3. "_id": "object-inspect@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==",
  6. "_location": "/object-inspect",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-inspect@^1.7.0",
  12. "name": "object-inspect",
  13. "escapedName": "object-inspect",
  14. "rawSpec": "^1.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.7.0"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz",
  22. "_shasum": "f4f6bd181ad77f006b5ece60bd0b6f398ff74a67",
  23. "_spec": "object-inspect@^1.7.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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/substack/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": "^15.0.1",
  41. "core-js": "^2.6.10",
  42. "eslint": "^6.6.0",
  43. "nyc": "^10.3.2",
  44. "tape": "^4.11.0"
  45. },
  46. "funding": {
  47. "url": "https://github.com/sponsors/ljharb"
  48. },
  49. "greenkeeper": {
  50. "ignore": [
  51. "nyc",
  52. "core-js"
  53. ]
  54. },
  55. "homepage": "https://github.com/substack/object-inspect",
  56. "keywords": [
  57. "inspect",
  58. "util.inspect",
  59. "object",
  60. "stringify",
  61. "pretty"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "object-inspect",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/substack/object-inspect.git"
  69. },
  70. "scripts": {
  71. "coverage": "nyc npm run tests-only",
  72. "lint": "eslint .",
  73. "posttest": "npx aud --production",
  74. "pretest": "npm run lint",
  75. "pretests-only": "node test-core-js",
  76. "test": "npm run tests-only",
  77. "tests-only": "tape test/*.js"
  78. },
  79. "testling": {
  80. "files": [
  81. "test/*.js",
  82. "test/browser/*.js"
  83. ],
  84. "browsers": [
  85. "ie/6..latest",
  86. "chrome/latest",
  87. "firefox/latest",
  88. "safari/latest",
  89. "opera/latest",
  90. "iphone/latest",
  91. "ipad/latest",
  92. "android/latest"
  93. ]
  94. },
  95. "version": "1.7.0"
  96. }