12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "code-point-at",
- "version": "1.1.0",
- "description": "ES2015 `String#codePointAt()` ponyfill",
- "license": "MIT",
- "repository": "sindresorhus/code-point-at",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "es2015",
- "ponyfill",
- "polyfill",
- "shim",
- "string",
- "str",
- "code",
- "point",
- "at",
- "codepoint",
- "unicode"
- ],
- "devDependencies": {
- "ava": "*",
- "xo": "^0.16.0"
- },
- "_from": "code-point-at@1.1.0",
- "_resolved": "http://registry.npm.taobao.org/code-point-at/download/code-point-at-1.1.0.tgz"
- }
|