package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "code-point-at@^1.0.0",
  6. "scope": null,
  7. "escapedName": "code-point-at",
  8. "name": "code-point-at",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/string-width"
  14. ]
  15. ],
  16. "_from": "code-point-at@>=1.0.0 <2.0.0",
  17. "_id": "code-point-at@1.1.0",
  18. "_inCache": true,
  19. "_location": "/code-point-at",
  20. "_nodeVersion": "4.6.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/code-point-at-1.1.0.tgz_1478169780337_0.8445875702891499"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "2.15.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "code-point-at@^1.0.0",
  33. "scope": null,
  34. "escapedName": "code-point-at",
  35. "name": "code-point-at",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/string-width"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
  44. "_shasum": "0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77",
  45. "_shrinkwrap": null,
  46. "_spec": "code-point-at@^1.0.0",
  47. "_where": "/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/string-width",
  48. "author": {
  49. "name": "Sindre Sorhus",
  50. "email": "sindresorhus@gmail.com",
  51. "url": "sindresorhus.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/sindresorhus/code-point-at/issues"
  55. },
  56. "dependencies": {},
  57. "description": "ES2015 `String#codePointAt()` ponyfill",
  58. "devDependencies": {
  59. "ava": "*",
  60. "xo": "^0.16.0"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77",
  65. "tarball": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz"
  66. },
  67. "engines": {
  68. "node": ">=0.10.0"
  69. },
  70. "files": [
  71. "index.js"
  72. ],
  73. "gitHead": "f8f21c8df2d40248fef1b36ca9076e59c0c34791",
  74. "homepage": "https://github.com/sindresorhus/code-point-at#readme",
  75. "keywords": [
  76. "es2015",
  77. "ponyfill",
  78. "polyfill",
  79. "shim",
  80. "string",
  81. "str",
  82. "code",
  83. "point",
  84. "at",
  85. "codepoint",
  86. "unicode"
  87. ],
  88. "license": "MIT",
  89. "maintainers": [
  90. {
  91. "name": "sindresorhus",
  92. "email": "sindresorhus@gmail.com"
  93. }
  94. ],
  95. "name": "code-point-at",
  96. "optionalDependencies": {},
  97. "readme": "# code-point-at [![Build Status](https://travis-ci.org/sindresorhus/code-point-at.svg?branch=master)](https://travis-ci.org/sindresorhus/code-point-at)\n\n> ES2015 [`String#codePointAt()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/codePointAt) [ponyfill](https://ponyfill.com)\n\n\n## Install\n\n```\n$ npm install --save code-point-at\n```\n\n\n## Usage\n\n```js\nvar codePointAt = require('code-point-at');\n\ncodePointAt('🐴');\n//=> 128052\n\ncodePointAt('abc', 2);\n//=> 99\n```\n\n## API\n\n### codePointAt(input, [position])\n\n\n## License\n\nMIT © [Sindre Sorhus](https://sindresorhus.com)\n",
  98. "readmeFilename": "readme.md",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/sindresorhus/code-point-at.git"
  102. },
  103. "scripts": {
  104. "test": "xo && ava"
  105. },
  106. "version": "1.1.0"
  107. }