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

package.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "write-file-atomic@^3.0.0",
  3. "_id": "write-file-atomic@3.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
  6. "_location": "/write-file-atomic",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "write-file-atomic@^3.0.0",
  12. "name": "write-file-atomic",
  13. "escapedName": "write-file-atomic",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/configstore",
  20. "/cordova-lib"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
  23. "_shasum": "56bd5c5a5c70481cd19c571bd39ab965a5de56e8",
  24. "_spec": "write-file-atomic@^3.0.0",
  25. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/configstore",
  26. "author": {
  27. "name": "Rebecca Turner",
  28. "email": "me@re-becca.org",
  29. "url": "http://re-becca.org"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/npm/write-file-atomic/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "imurmurhash": "^0.1.4",
  37. "is-typedarray": "^1.0.0",
  38. "signal-exit": "^3.0.2",
  39. "typedarray-to-buffer": "^3.1.5"
  40. },
  41. "deprecated": false,
  42. "description": "Write files in an atomic fashion w/configurable ownership",
  43. "devDependencies": {
  44. "mkdirp": "^0.5.1",
  45. "require-inject": "^1.4.4",
  46. "rimraf": "^2.6.3",
  47. "standard": "^14.3.1",
  48. "tap": "^14.10.6"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/npm/write-file-atomic",
  54. "keywords": [
  55. "writeFile",
  56. "atomic"
  57. ],
  58. "license": "ISC",
  59. "main": "index.js",
  60. "name": "write-file-atomic",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/npm/write-file-atomic.git"
  64. },
  65. "scripts": {
  66. "lint": "standard",
  67. "postlint": "rimraf chowncopy good nochmod nochown nofsync nofsyncopt noopen norename \"norename nounlink\" nowrite",
  68. "posttest": "npm run lint",
  69. "postversion": "npm publish",
  70. "prepublishOnly": "git push origin --follow-tags",
  71. "preversion": "npm test",
  72. "test": "tap"
  73. },
  74. "tap": {
  75. "100": true
  76. },
  77. "version": "3.0.3"
  78. }