package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "code-point-at@1.1.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "code-point-at@1.1.0",
  9. "_id": "code-point-at@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==",
  12. "_location": "/code-point-at",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "code-point-at@1.1.0",
  18. "name": "code-point-at",
  19. "escapedName": "code-point-at",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/gauge/string-width"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/code-point-at/-/code-point-at-1.1.0.tgz",
  28. "_spec": "1.1.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/code-point-at/issues"
  37. },
  38. "description": "ES2015 `String#codePointAt()` ponyfill",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "^0.16.0"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/code-point-at#readme",
  50. "keywords": [
  51. "es2015",
  52. "ponyfill",
  53. "polyfill",
  54. "shim",
  55. "string",
  56. "str",
  57. "code",
  58. "point",
  59. "at",
  60. "codepoint",
  61. "unicode"
  62. ],
  63. "license": "MIT",
  64. "name": "code-point-at",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/code-point-at.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava"
  71. },
  72. "version": "1.1.0"
  73. }