package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "ultron@1.1.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ultron@1.1.1",
  10. "_id": "ultron@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==",
  13. "_location": "/ultron",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ultron@1.1.1",
  19. "name": "ultron",
  20. "escapedName": "ultron",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/engine.io-client/ws",
  27. "/engine.io/ws"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz",
  30. "_spec": "1.1.1",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Arnout Kazemier"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/unshiftio/ultron/issues"
  37. },
  38. "description": "Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design",
  39. "devDependencies": {
  40. "assume": "~1.5.0",
  41. "eventemitter3": "2.0.x",
  42. "istanbul": "0.4.x",
  43. "mocha": "~4.0.0",
  44. "pre-commit": "~1.2.0"
  45. },
  46. "homepage": "https://github.com/unshiftio/ultron",
  47. "keywords": [
  48. "Ultron",
  49. "robot",
  50. "gather",
  51. "intelligence",
  52. "event",
  53. "events",
  54. "eventemitter",
  55. "emitter",
  56. "cleanup"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "ultron",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/unshiftio/ultron.git"
  64. },
  65. "scripts": {
  66. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  67. "coverage": "istanbul cover _mocha -- test.js",
  68. "test": "mocha test.js",
  69. "test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
  70. "watch": "mocha --watch test.js"
  71. },
  72. "version": "1.1.1"
  73. }