package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "shelljs@0.3.x",
  3. "_id": "shelljs@0.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E=",
  6. "_location": "/shelljs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "shelljs@0.3.x",
  12. "name": "shelljs",
  13. "escapedName": "shelljs",
  14. "rawSpec": "0.3.x",
  15. "saveSpec": null,
  16. "fetchSpec": "0.3.x"
  17. },
  18. "_requiredBy": [
  19. "/jshint"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/shelljs/download/shelljs-0.3.0.tgz",
  22. "_shasum": "3596e6307a781544f591f37da618360f31db57b1",
  23. "_spec": "shelljs@0.3.x",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\jshint",
  25. "author": {
  26. "name": "Artur Adib",
  27. "email": "aadib@mozilla.com"
  28. },
  29. "bin": {
  30. "shjs": "./bin/shjs"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/arturadib/shelljs/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {},
  37. "deprecated": false,
  38. "description": "Portable Unix shell commands for Node.js",
  39. "devDependencies": {
  40. "jshint": "~2.1.11"
  41. },
  42. "engines": {
  43. "node": ">=0.8.0"
  44. },
  45. "homepage": "http://github.com/arturadib/shelljs",
  46. "keywords": [
  47. "unix",
  48. "shell",
  49. "makefile",
  50. "make",
  51. "jake",
  52. "synchronous"
  53. ],
  54. "license": "BSD*",
  55. "main": "./shell.js",
  56. "name": "shelljs",
  57. "optionalDependencies": {},
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/arturadib/shelljs.git"
  61. },
  62. "scripts": {
  63. "test": "node scripts/run-tests"
  64. },
  65. "version": "0.3.0"
  66. }