package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "code-point-at@^1.0.0",
  3. "_id": "code-point-at@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
  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. "/webpack-dev-server/string-width",
  20. "/wrap-ansi/string-width",
  21. "/yargs/cliui/string-width"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
  24. "_shasum": "0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77",
  25. "_spec": "code-point-at@^1.0.0",
  26. "_where": "D:\\workSpace\\dealer_front\\node_modules\\yargs\\node_modules\\cliui\\node_modules\\string-width",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/code-point-at/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "ES2015 `String#codePointAt()` ponyfill",
  38. "devDependencies": {
  39. "ava": "*",
  40. "xo": "^0.16.0"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/code-point-at#readme",
  49. "keywords": [
  50. "es2015",
  51. "ponyfill",
  52. "polyfill",
  53. "shim",
  54. "string",
  55. "str",
  56. "code",
  57. "point",
  58. "at",
  59. "codepoint",
  60. "unicode"
  61. ],
  62. "license": "MIT",
  63. "name": "code-point-at",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/code-point-at.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava"
  70. },
  71. "version": "1.1.0"
  72. }