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

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "jsonfile@^6.0.1",
  3. "_id": "jsonfile@6.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==",
  6. "_location": "/cordova-ios/jsonfile",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jsonfile@^6.0.1",
  12. "name": "jsonfile",
  13. "escapedName": "jsonfile",
  14. "rawSpec": "^6.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cordova-ios/fs-extra"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.0.1.tgz",
  22. "_shasum": "98966cba214378c8c84b82e085907b40bf614179",
  23. "_spec": "jsonfile@^6.0.1",
  24. "_where": "/Users/christian/Documents/artesanias/node_modules/cordova-ios/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. "universalify": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Easily read/write JSON files.",
  39. "devDependencies": {
  40. "mocha": "^5.2.0",
  41. "rimraf": "^2.4.0",
  42. "standard": "^12.0.1"
  43. },
  44. "files": [
  45. "index.js",
  46. "utils.js"
  47. ],
  48. "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
  49. "keywords": [
  50. "read",
  51. "write",
  52. "file",
  53. "json",
  54. "fs",
  55. "fs-extra"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "jsonfile",
  60. "optionalDependencies": {
  61. "graceful-fs": "^4.1.6"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
  66. },
  67. "scripts": {
  68. "lint": "standard",
  69. "test": "npm run lint && npm run unit",
  70. "unit": "mocha"
  71. },
  72. "version": "6.0.1"
  73. }