package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "is-wsl@1.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-wsl@1.1.0",
  10. "_id": "is-wsl@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=",
  13. "_location": "/is-wsl",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-wsl@1.1.0",
  19. "name": "is-wsl",
  20. "escapedName": "is-wsl",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/@angular-devkit/build-angular/terser-webpack-plugin",
  27. "/open",
  28. "/opn",
  29. "/uglifyjs-webpack-plugin",
  30. "/webpack/terser-webpack-plugin"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
  33. "_spec": "1.1.0",
  34. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/is-wsl/issues"
  42. },
  43. "description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)",
  44. "devDependencies": {
  45. "ava": "*",
  46. "clear-require": "^2.0.0",
  47. "proxyquire": "^1.7.11",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=4"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/is-wsl#readme",
  57. "keywords": [
  58. "check",
  59. "wsl",
  60. "windows",
  61. "subsystem",
  62. "linux",
  63. "detect",
  64. "bash",
  65. "process",
  66. "console",
  67. "terminal",
  68. "is"
  69. ],
  70. "license": "MIT",
  71. "name": "is-wsl",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/is-wsl.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava"
  78. },
  79. "version": "1.1.0"
  80. }