package.json 1.8 KB

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