mirror of
https://github.com/JonasunderscoreJones/api-worker.git
synced 2025-10-23 10:29:19 +02:00
Initial commit (by create-cloudflare CLI)
This commit is contained in:
commit
58a42872a0
1745 changed files with 741893 additions and 0 deletions
72
node_modules/printable-characters/package.json
generated
vendored
Normal file
72
node_modules/printable-characters/package.json
generated
vendored
Normal file
|
@ -0,0 +1,72 @@
|
|||
{
|
||||
"name": "printable-characters",
|
||||
"version": "1.0.42",
|
||||
"description": "A little helper for handling strings containing zero width control characters, ANSI styling, whitespaces, newlines, 💩, etc.",
|
||||
"main": "./build/printable-characters.js",
|
||||
"scripts": {
|
||||
"lint": "eslint printable-characters.js",
|
||||
"lint-test": "eslint printable-characters.js",
|
||||
"babel": "babel printable-characters.js --source-maps inline --out-file ./build/printable-characters.js",
|
||||
"build": "npm run lint && npm run lint-test && npm run babel",
|
||||
"test": "npm run build && env PRINTABLE_CHARACTERS_TEST_FILE=./build/printable-characters.js nyc --reporter=html --reporter=text mocha --reporter spec",
|
||||
"autotest": "env PRINTABLE_CHARACTERS_TEST_FILE=./printable-characters.js mocha --reporter spec --watch",
|
||||
"coveralls": "nyc report --reporter=text-lcov | coveralls"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xpl/printable-characters.git"
|
||||
},
|
||||
"keywords": [
|
||||
"string width",
|
||||
"string length",
|
||||
"real string width",
|
||||
"real string length",
|
||||
"optical string width",
|
||||
"printed width",
|
||||
"unicode",
|
||||
"codepoints",
|
||||
"code points",
|
||||
"strlen",
|
||||
"zero width",
|
||||
"zero width symbols",
|
||||
"zero width characters",
|
||||
"visible characters",
|
||||
"visible symbols",
|
||||
"visible",
|
||||
"invisible",
|
||||
"invisible symbols",
|
||||
"invisible characters",
|
||||
"printable",
|
||||
"printable length",
|
||||
"printable symbols",
|
||||
"printable characters",
|
||||
"non-printable characters",
|
||||
"nonprintable characters",
|
||||
"characters",
|
||||
"symbols",
|
||||
"string length",
|
||||
"real string length",
|
||||
"string trimming",
|
||||
"trimming",
|
||||
"escapes",
|
||||
"escape codes",
|
||||
"codes",
|
||||
"ansi escapes",
|
||||
"tokenizing",
|
||||
"ansi",
|
||||
"whitespaces"
|
||||
],
|
||||
"author": "Vitaly Gordon <rocket.mind@gmail.com>",
|
||||
"license": "Unlicense",
|
||||
"homepage": "https://github.com/xpl/printable-characters",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
|
||||
"coveralls": "^2.13.3",
|
||||
"eslint": "^4.8.0",
|
||||
"istanbul": "^0.4.5",
|
||||
"mocha": "^3.5.3",
|
||||
"nyc": "^11.2.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue