package.json 1.4 KB

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