mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 05:30:16 +08:00
Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)
This commit is contained in:
54
node_modules/string-length/package.json
generated
vendored
Normal file
54
node_modules/string-length/package.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/string-length/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"astral-regex": "^1.0.0",
|
||||
"strip-ansi": "^5.2.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes",
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"tsd": "^0.7.1",
|
||||
"xo": "^0.24.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/string-length#readme",
|
||||
"keywords": [
|
||||
"unicode",
|
||||
"string",
|
||||
"length",
|
||||
"size",
|
||||
"count",
|
||||
"astral",
|
||||
"symbol",
|
||||
"surrogates",
|
||||
"codepoints",
|
||||
"ansi",
|
||||
"escape",
|
||||
"codes"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "string-length",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/string-length.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "3.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user