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.
25 lines
523 B
25 lines
523 B
{ |
|
"name": "charcodes", |
|
"version": "0.2.0", |
|
"description": "Char codes constants", |
|
"main": "lib/index.js", |
|
"module": "lib/index.mjs", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/xtuc/charcodes.git" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
}, |
|
"keywords": [ |
|
"charcodes", |
|
"ascii", |
|
"constants" |
|
], |
|
"author": "Sven Sauleau", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/xtuc/charcodes/issues" |
|
}, |
|
"homepage": "https://github.com/xtuc/charcodes#readme" |
|
}
|
|
|