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

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "unorm@^1.6.0",
  3. "_id": "unorm@1.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-b2/KCUlYZUeA7JFUuRJZPUtr4gZvBh7tavtv4fvk4+KV9pfGiR6CQAQAWl49ZpR3ts2dk4FYkP7EIgDJoiOLDA==",
  6. "_location": "/unorm",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "unorm@^1.6.0",
  12. "name": "unorm",
  13. "escapedName": "unorm",
  14. "rawSpec": "^1.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-ios"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/unorm/-/unorm-1.6.0.tgz",
  22. "_shasum": "029b289661fba714f1a9af439eb51d9b16c205af",
  23. "_spec": "unorm@^1.6.0",
  24. "_where": "/Users/christian/Documents/artesanias/node_modules/cordova-ios",
  25. "author": {
  26. "name": "Bjarke Walling",
  27. "email": "bwp@bwp.dk"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/walling/unorm/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Bjarke Walling",
  36. "email": "bwp@bwp.dk"
  37. },
  38. {
  39. "name": "Oleg Grenrus",
  40. "email": "oleg.grenrus@iki.fi"
  41. },
  42. {
  43. "name": "Matsuza",
  44. "email": "matsuza@gmail.com"
  45. }
  46. ],
  47. "deprecated": false,
  48. "description": "JavaScript Unicode 8.0 Normalization - NFC, NFD, NFKC, NFKD. Read <http://unicode.org/reports/tr15/> UAX #15 Unicode Normalization Forms.",
  49. "devDependencies": {
  50. "benchmark": "~1.0.0",
  51. "grunt": "~0.4.1",
  52. "grunt-contrib-jshint": "~0.8.0",
  53. "grunt-contrib-watch": "~0.5.0",
  54. "grunt-simple-mocha": "~0.4.0",
  55. "unorm": "1.6.0"
  56. },
  57. "engines": {
  58. "node": ">= 0.4.0"
  59. },
  60. "homepage": "https://github.com/walling/unorm#readme",
  61. "license": "MIT or GPL-2.0",
  62. "main": "./lib/unorm.js",
  63. "name": "unorm",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+ssh://git@github.com/walling/unorm.git"
  67. },
  68. "scripts": {
  69. "test": "grunt test"
  70. },
  71. "version": "1.6.0"
  72. }