mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-10 05:18:04 +10:00
44 lines
835 B
JSON
44 lines
835 B
JSON
{
|
|
"name": "string.js",
|
|
"npmName": "string",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/lib/",
|
|
"files": [
|
|
"*"
|
|
]
|
|
}
|
|
],
|
|
"filename": "string.min.js",
|
|
"version": "2.2.0",
|
|
"description": "string.js contains methods that aren't included in the vanilla JavaScript string such as escaping HTML, decoding HTML entities, stripping tags, etc.",
|
|
"homepage": "http://stringjs.com",
|
|
"keywords": [
|
|
"string",
|
|
"strings",
|
|
"string.js",
|
|
"stringjs",
|
|
"S",
|
|
"s",
|
|
"csv",
|
|
"html",
|
|
"entities",
|
|
"parse",
|
|
"html",
|
|
"tags",
|
|
"strip",
|
|
"trim",
|
|
"encode",
|
|
"decode",
|
|
"escape",
|
|
"unescape"
|
|
],
|
|
"author": "JP Richardson <jprichardson@gmail.com>",
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/jprichardson/string.js"
|
|
}
|
|
]
|
|
}
|