package.json 2.6 KB

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