package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "cross-spawn@3.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "cross-spawn@3.0.1",
  9. "_id": "cross-spawn@3.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
  12. "_location": "/cross-spawn",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cross-spawn@3.0.1",
  19. "name": "cross-spawn",
  20. "escapedName": "cross-spawn",
  21. "rawSpec": "3.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.1"
  24. },
  25. "_requiredBy": [
  26. "/node-sass"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
  29. "_spec": "3.0.1",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "IndigoUnited",
  33. "email": "hello@indigounited.com",
  34. "url": "http://indigounited.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/"
  38. },
  39. "dependencies": {
  40. "lru-cache": "^4.0.1",
  41. "which": "^1.2.9"
  42. },
  43. "description": "Cross platform child_process#spawn and child_process#spawnSync",
  44. "devDependencies": {
  45. "@satazor/eslint-config": "^2.3.0",
  46. "eslint": "^2.10.2",
  47. "expect.js": "^0.3.0",
  48. "glob": "^7.0.0",
  49. "mkdirp": "^0.5.1",
  50. "mocha": "^2.2.5",
  51. "rimraf": "^2.5.0"
  52. },
  53. "homepage": "https://github.com/IndigoUnited/node-cross-spawn#readme",
  54. "keywords": [
  55. "spawn",
  56. "spawnSync",
  57. "windows",
  58. "cross",
  59. "platform",
  60. "path",
  61. "ext",
  62. "path-ext",
  63. "path_ext",
  64. "shebang",
  65. "hashbang",
  66. "cmd",
  67. "execute"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "cross-spawn",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/IndigoUnited/node-cross-spawn.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint '{*.js,lib/**/*.js,test/**/*.js}'",
  78. "test": "node test/prepare && mocha --bail test/test"
  79. },
  80. "version": "3.0.1"
  81. }