package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "shelljs@0.8.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "shelljs@0.8.3",
  10. "_id": "shelljs@0.8.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A==",
  13. "_location": "/shelljs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "shelljs@0.8.3",
  19. "name": "shelljs",
  20. "escapedName": "shelljs",
  21. "rawSpec": "0.8.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.8.3"
  24. },
  25. "_requiredBy": [
  26. "/@angular/compiler-cli"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.3.tgz",
  29. "_spec": "0.8.3",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "ava": {
  32. "serial": true,
  33. "powerAssert": false
  34. },
  35. "bin": {
  36. "shjs": "./bin/shjs"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/shelljs/shelljs/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Nate Fischer",
  44. "email": "ntfschr@gmail.com",
  45. "url": "https://github.com/nfischer"
  46. },
  47. {
  48. "name": "Brandon Freitag",
  49. "email": "freitagbr@gmail.com",
  50. "url": "https://github.com/freitagbr"
  51. }
  52. ],
  53. "dependencies": {
  54. "glob": "^7.0.0",
  55. "interpret": "^1.0.0",
  56. "rechoir": "^0.6.2"
  57. },
  58. "description": "Portable Unix shell commands for Node.js",
  59. "devDependencies": {
  60. "ava": "^0.21.0",
  61. "chalk": "^1.1.3",
  62. "codecov": "^3.0.2",
  63. "coffee-script": "^1.10.0",
  64. "eslint": "^2.0.0",
  65. "eslint-config-airbnb-base": "^3.0.0",
  66. "eslint-plugin-import": "^1.11.1",
  67. "nyc": "^11.3.0",
  68. "shelljs-changelog": "^0.2.0",
  69. "shelljs-release": "^0.3.0",
  70. "shx": "^0.2.0",
  71. "travis-check-changes": "^0.2.0"
  72. },
  73. "engines": {
  74. "node": ">=4"
  75. },
  76. "files": [
  77. "commands.js",
  78. "global.js",
  79. "make.js",
  80. "plugin.js",
  81. "shell.js",
  82. "bin",
  83. "src"
  84. ],
  85. "homepage": "http://github.com/shelljs/shelljs",
  86. "keywords": [
  87. "shelljs",
  88. "bash",
  89. "unix",
  90. "shell",
  91. "makefile",
  92. "make",
  93. "jake",
  94. "synchronous"
  95. ],
  96. "license": "BSD-3-Clause",
  97. "main": "./shell.js",
  98. "name": "shelljs",
  99. "optionalDependencies": {},
  100. "repository": {
  101. "type": "git",
  102. "url": "git://github.com/shelljs/shelljs.git"
  103. },
  104. "scripts": {
  105. "after-travis": "travis-check-changes",
  106. "changelog": "shelljs-changelog",
  107. "ci-or-install": "node scripts/ci-or-install",
  108. "codecov": "codecov",
  109. "gendocs": "node scripts/generate-docs",
  110. "lint": "eslint .",
  111. "posttest": "npm run lint",
  112. "release:major": "shelljs-release major",
  113. "release:minor": "shelljs-release minor",
  114. "release:patch": "shelljs-release patch",
  115. "test": "nyc --reporter=text --reporter=lcov ava test/*.js",
  116. "test-no-coverage": "ava test/*.js"
  117. },
  118. "version": "0.8.3"
  119. }