package.json 1.8 KB

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