You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
648 B
38 lines
648 B
{ |
|
"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" |
|
} |
|
}
|
|
|