package.json 1.6 KB

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