Sam Partington 2020-06-26 16:27:11 +01:00
parent ee4cc86b19
commit 6afe41036b
416 changed files with 8183 additions and 24278 deletions

View file

@ -1,55 +1,24 @@
{
"_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",
"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"
},
"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",
@ -68,14 +37,9 @@
"goat",
"🐐"
],
"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"
}
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}