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

package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "string.prototype.codepointat@^0.2.0",
  3. "_id": "string.prototype.codepointat@0.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg==",
  6. "_location": "/string.prototype.codepointat",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string.prototype.codepointat@^0.2.0",
  12. "name": "string.prototype.codepointat",
  13. "escapedName": "string.prototype.codepointat",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/properties-parser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/string.prototype.codepointat/-/string.prototype.codepointat-0.2.1.tgz",
  22. "_shasum": "004ad44c8afc727527b108cd462b4d971cd469bc",
  23. "_spec": "string.prototype.codepointat@^0.2.0",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\artesanias\\node_modules\\properties-parser",
  25. "author": {
  26. "name": "Mathias Bynens",
  27. "url": "https://mathiasbynens.be/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mathiasbynens/String.prototype.codePointAt/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A robust & optimized `String.prototype.codePointAt` polyfill, based on the ECMAScript 6 specification.",
  35. "files": [
  36. "LICENSE-MIT.txt",
  37. "codepointat.js"
  38. ],
  39. "homepage": "https://mths.be/codepointat",
  40. "keywords": [
  41. "string",
  42. "unicode",
  43. "es6",
  44. "ecmascript",
  45. "polyfill"
  46. ],
  47. "license": "MIT",
  48. "main": "codepointat.js",
  49. "name": "string.prototype.codepointat",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/mathiasbynens/String.prototype.codePointAt.git"
  53. },
  54. "scripts": {
  55. "cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js",
  56. "test": "node tests/tests.js"
  57. },
  58. "version": "0.2.1"
  59. }