package.json 1.6 KB

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