package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "shelljs@^0.8.4",
  3. "_id": "shelljs@0.8.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==",
  6. "_location": "/shelljs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "shelljs@^0.8.4",
  12. "name": "shelljs",
  13. "escapedName": "shelljs",
  14. "rawSpec": "^0.8.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.8.4"
  17. },
  18. "_requiredBy": [
  19. "/typedoc"
  20. ],
  21. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/shelljs/-/shelljs-0.8.4.tgz",
  22. "_shasum": "de7684feeb767f8716b326078a8a00875890e3c2",
  23. "_spec": "shelljs@^0.8.4",
  24. "_where": "D:\\project\\persagy-web\\persagy-web-graph\\node_modules\\typedoc",
  25. "ava": {
  26. "serial": true,
  27. "powerAssert": false
  28. },
  29. "bin": {
  30. "shjs": "bin/shjs"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/shelljs/shelljs/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Nate Fischer",
  39. "email": "ntfschr@gmail.com",
  40. "url": "https://github.com/nfischer"
  41. },
  42. {
  43. "name": "Brandon Freitag",
  44. "email": "freitagbr@gmail.com",
  45. "url": "https://github.com/freitagbr"
  46. }
  47. ],
  48. "dependencies": {
  49. "glob": "^7.0.0",
  50. "interpret": "^1.0.0",
  51. "rechoir": "^0.6.2"
  52. },
  53. "deprecated": false,
  54. "description": "Portable Unix shell commands for Node.js",
  55. "devDependencies": {
  56. "ava": "^0.21.0",
  57. "chalk": "^1.1.3",
  58. "codecov": "^3.0.2",
  59. "coffee-script": "^1.10.0",
  60. "eslint": "^2.0.0",
  61. "eslint-config-airbnb-base": "^3.0.0",
  62. "eslint-plugin-import": "^1.11.1",
  63. "nyc": "^11.3.0",
  64. "shelljs-changelog": "^0.2.0",
  65. "shelljs-release": "^0.3.0",
  66. "shx": "^0.2.0",
  67. "travis-check-changes": "^0.2.0"
  68. },
  69. "engines": {
  70. "node": ">=4"
  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. "ci-or-install": "node scripts/ci-or-install",
  104. "codecov": "codecov",
  105. "gendocs": "node scripts/generate-docs",
  106. "lint": "eslint .",
  107. "posttest": "npm run lint",
  108. "release:major": "shelljs-release major",
  109. "release:minor": "shelljs-release minor",
  110. "release:patch": "shelljs-release patch",
  111. "test": "nyc --reporter=text --reporter=lcov ava test/*.js",
  112. "test-no-coverage": "ava test/*.js"
  113. },
  114. "version": "0.8.4"
  115. }