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

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "stringify-package@^1.0.1",
  3. "_id": "stringify-package@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==",
  6. "_location": "/stringify-package",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stringify-package@^1.0.1",
  12. "name": "stringify-package",
  13. "escapedName": "stringify-package",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cordova-lib"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz",
  22. "_shasum": "e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85",
  23. "_spec": "stringify-package@^1.0.1",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova-lib",
  25. "author": {
  26. "name": "Kat Marchán",
  27. "email": "kzm@zkat.tech"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/npm/stringify-package/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "stringifies npm-written json files",
  35. "devDependencies": {
  36. "standard": "11",
  37. "standard-version": "4",
  38. "tap": "12"
  39. },
  40. "files": [
  41. "index.js"
  42. ],
  43. "homepage": "https://github.com/npm/stringify-package",
  44. "keywords": [
  45. "npm",
  46. "json",
  47. "stringify",
  48. "package.json"
  49. ],
  50. "license": "ISC",
  51. "main": "index.js",
  52. "name": "stringify-package",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/npm/stringify-package.git"
  56. },
  57. "scripts": {
  58. "postpublish": "git push --follow-tags",
  59. "postrelease": "npm publish",
  60. "prerelease": "npm t",
  61. "pretest": "standard",
  62. "release": "standard-version -s",
  63. "test": "tap -J --coverage --100 test/*.js"
  64. },
  65. "version": "1.0.1"
  66. }