package.json 2.6 KB

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