package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "open@6.4.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "open@6.4.0",
  10. "_id": "open@6.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==",
  13. "_location": "/open",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "open@6.4.0",
  19. "name": "open",
  20. "escapedName": "open",
  21. "rawSpec": "6.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.4.0"
  24. },
  25. "_requiredBy": [
  26. "/@angular-devkit/build-angular",
  27. "/@angular/cli"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/open/-/open-6.4.0.tgz",
  30. "_spec": "6.4.0",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/open/issues"
  39. },
  40. "dependencies": {
  41. "is-wsl": "^1.1.0"
  42. },
  43. "description": "Open stuff like URLs, files, executables. Cross-platform.",
  44. "devDependencies": {
  45. "@types/node": "^11.13.6",
  46. "ava": "^1.4.0",
  47. "tsd": "^0.7.2",
  48. "xo": "^0.24.0"
  49. },
  50. "engines": {
  51. "node": ">=8"
  52. },
  53. "files": [
  54. "index.js",
  55. "index.d.ts",
  56. "xdg-open"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/open#readme",
  59. "keywords": [
  60. "app",
  61. "open",
  62. "opener",
  63. "opens",
  64. "launch",
  65. "start",
  66. "xdg-open",
  67. "xdg",
  68. "default",
  69. "cmd",
  70. "browser",
  71. "editor",
  72. "executable",
  73. "exe",
  74. "url",
  75. "urls",
  76. "arguments",
  77. "args",
  78. "spawn",
  79. "exec",
  80. "child",
  81. "process",
  82. "website",
  83. "file"
  84. ],
  85. "license": "MIT",
  86. "name": "open",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/sindresorhus/open.git"
  90. },
  91. "scripts": {
  92. "test": "xo && tsd"
  93. },
  94. "version": "6.4.0"
  95. }