Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "shelljs@^0.5.3",
  3. "_id": "shelljs@0.5.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-xUmCuZbHbvDB5rWfvcWCX1txMRM=",
  6. "_location": "/shelljs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "shelljs@^0.5.3",
  12. "name": "shelljs",
  13. "escapedName": "shelljs",
  14. "rawSpec": "^0.5.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.3"
  17. },
  18. "_requiredBy": [
  19. "/cordova-browser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.5.3.tgz",
  22. "_shasum": "c54982b996c76ef0c1e6b59fbdc5825f5b713113",
  23. "_spec": "shelljs@^0.5.3",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\cordova-browser",
  25. "author": {
  26. "name": "Artur Adib",
  27. "email": "arturadib@gmail.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.5.3"
  66. }