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

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "jsonfile@^4.0.0",
  3. "_id": "jsonfile@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
  6. "_location": "/jsonfile",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jsonfile@^4.0.0",
  12. "name": "jsonfile",
  13. "escapedName": "jsonfile",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/fs-extra"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
  22. "_shasum": "8771aae0799b64076b76640fca058f9c10e33ecb",
  23. "_spec": "jsonfile@^4.0.0",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\fs-extra",
  25. "author": {
  26. "name": "JP Richardson",
  27. "email": "jprichardson@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jprichardson/node-jsonfile/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "graceful-fs": "^4.1.6"
  35. },
  36. "deprecated": false,
  37. "description": "Easily read/write JSON files.",
  38. "devDependencies": {
  39. "mocha": "2.x",
  40. "rimraf": "^2.4.0",
  41. "standard": "^10.0.3"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
  47. "keywords": [
  48. "read",
  49. "write",
  50. "file",
  51. "json",
  52. "fs",
  53. "fs-extra"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "jsonfile",
  58. "optionalDependencies": {
  59. "graceful-fs": "^4.1.6"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
  64. },
  65. "scripts": {
  66. "lint": "standard",
  67. "test": "npm run lint && npm run unit",
  68. "unit": "mocha"
  69. },
  70. "version": "4.0.0"
  71. }