package.json 777 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "code-point-at",
  3. "version": "1.1.0",
  4. "description": "ES2015 `String#codePointAt()` ponyfill",
  5. "license": "MIT",
  6. "repository": "sindresorhus/code-point-at",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "xo && ava"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "es2015",
  23. "ponyfill",
  24. "polyfill",
  25. "shim",
  26. "string",
  27. "str",
  28. "code",
  29. "point",
  30. "at",
  31. "codepoint",
  32. "unicode"
  33. ],
  34. "devDependencies": {
  35. "ava": "*",
  36. "xo": "^0.16.0"
  37. },
  38. "_from": "code-point-at@1.1.0",
  39. "_resolved": "http://registry.npm.taobao.org/code-point-at/download/code-point-at-1.1.0.tgz"
  40. }