package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "charcodes@^0.2.0",
  3. "_id": "charcodes@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ==",
  6. "_location": "/charcodes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "charcodes@^0.2.0",
  12. "name": "charcodes",
  13. "escapedName": "charcodes",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/plugin-proposal-decorators"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/charcodes/-/charcodes-0.2.0.tgz",
  22. "_shasum": "5208d327e6cc05f99eb80ffc814707572d1f14e4",
  23. "_spec": "charcodes@^0.2.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@babel\\plugin-proposal-decorators",
  25. "author": {
  26. "name": "Sven Sauleau"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/xtuc/charcodes/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Char codes constants",
  34. "engines": {
  35. "node": ">=6"
  36. },
  37. "homepage": "https://github.com/xtuc/charcodes#readme",
  38. "keywords": [
  39. "charcodes",
  40. "ascii",
  41. "constants"
  42. ],
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "module": "lib/index.mjs",
  46. "name": "charcodes",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/xtuc/charcodes.git"
  50. },
  51. "version": "0.2.0"
  52. }