revert node_modules from master
This commit is contained in:
parent
dcba70915d
commit
bc9591a12b
396 changed files with 7567 additions and 9070 deletions
90
node_modules/escape-goat/package.json
generated
vendored
90
node_modules/escape-goat/package.json
generated
vendored
|
|
@ -1,49 +1,45 @@
|
|||
{
|
||||
"name": "escape-goat",
|
||||
"version": "2.1.1",
|
||||
"description": "Escape a string for use in HTML or the inverse",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/escape-goat",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"escape",
|
||||
"unescape",
|
||||
"html",
|
||||
"entity",
|
||||
"entities",
|
||||
"escaping",
|
||||
"sanitize",
|
||||
"sanitization",
|
||||
"utility",
|
||||
"template",
|
||||
"attribute",
|
||||
"value",
|
||||
"interpolate",
|
||||
"xss",
|
||||
"goat",
|
||||
"🐐"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz"
|
||||
,"_integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q=="
|
||||
,"_from": "escape-goat@2.1.1"
|
||||
"name": "escape-goat",
|
||||
"version": "2.1.1",
|
||||
"description": "Escape a string for use in HTML or the inverse",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/escape-goat",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"escape",
|
||||
"unescape",
|
||||
"html",
|
||||
"entity",
|
||||
"entities",
|
||||
"escaping",
|
||||
"sanitize",
|
||||
"sanitization",
|
||||
"utility",
|
||||
"template",
|
||||
"attribute",
|
||||
"value",
|
||||
"interpolate",
|
||||
"xss",
|
||||
"goat",
|
||||
"🐐"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue