package.json 2.4 KB

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