package.json 1.7 KB

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