Run npm install so have clear baseline

This commit is contained in:
Sam Partington 2020-06-24 12:07:13 +01:00
parent 6846c702da
commit 43c1bea680
403 changed files with 22000 additions and 7778 deletions

View file

@ -1,24 +1,55 @@
{
"name": "escape-goat",
"version": "2.1.1",
"description": "Escape a string for use in HTML or the inverse",
"license": "MIT",
"repository": "sindresorhus/escape-goat",
"_args": [
[
"escape-goat@2.1.1",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "escape-goat@2.1.1",
"_id": "escape-goat@2.1.1",
"_inBundle": false,
"_integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==",
"_location": "/escape-goat",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "escape-goat@2.1.1",
"name": "escape-goat",
"escapedName": "escape-goat",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/pupa"
],
"_resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz",
"_spec": "2.1.1",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/escape-goat/issues"
},
"description": "Escape a string for use in HTML or the inverse",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/escape-goat#readme",
"keywords": [
"escape",
"unescape",
@ -37,9 +68,14 @@
"goat",
"🐐"
],
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}
"license": "MIT",
"name": "escape-goat",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/escape-goat.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "2.1.1"
}