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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "editor@^1.0.0",
  3. "_id": "editor@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-YMf4e9YrzGqJT6jM1q+3gjok90I=",
  6. "_location": "/editor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "editor@^1.0.0",
  12. "name": "editor",
  13. "escapedName": "editor",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/editor/-/editor-1.0.0.tgz",
  22. "_shasum": "60c7f87bd62bcc6a894fa8ccd6afb7823a24f742",
  23. "_spec": "editor@^1.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/substack/node-editor/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "launch $EDITOR in your program",
  37. "devDependencies": {
  38. "tap": "~0.4.4"
  39. },
  40. "directories": {
  41. "example": "example",
  42. "test": "test"
  43. },
  44. "engine": {
  45. "node": ">=0.6"
  46. },
  47. "homepage": "https://github.com/substack/node-editor",
  48. "keywords": [
  49. "text",
  50. "edit",
  51. "shell"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "editor",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/substack/node-editor.git"
  59. },
  60. "scripts": {
  61. "test": "tap test/*.js"
  62. },
  63. "version": "1.0.0"
  64. }