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,15 +1,58 @@
{
"name": "js-string-escape",
"version": "1.0.1",
"_args": [
[
"js-string-escape@1.0.1",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "js-string-escape@1.0.1",
"_id": "js-string-escape@1.0.1",
"_inBundle": false,
"_integrity": "sha1-4mJbrbwNZ8dTPp7cEGjFh65BN+8=",
"_location": "/js-string-escape",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "js-string-escape@1.0.1",
"name": "js-string-escape",
"escapedName": "js-string-escape",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/concordance"
],
"_resolved": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Jo Liss",
"email": "joliss42@gmail.com"
},
"bugs": {
"url": "https://github.com/joliss/js-string-escape/issues"
},
"contributors": [
{
"name": "Mathias Bynens",
"url": "http://mathiasbynens.be/"
}
],
"description": "Escape strings for use as JavaScript string literals",
"main": "index.js",
"scripts": {
"test": "tap test"
"devDependencies": {
"punycode": "~> 1.2.1",
"tap": "~> 0.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/joliss/js-string-escape"
"engines": {
"node": ">= 0.8"
},
"files": [
"index.js"
],
"homepage": "https://github.com/joliss/js-string-escape#readme",
"keywords": [
"string",
"escape",
@@ -17,22 +60,15 @@
"javascript",
"ecmascript"
],
"author": "Jo Liss <joliss42@gmail.com>",
"contributors": [
{
"name": "Mathias Bynens",
"url": "http://mathiasbynens.be/"
}
],
"license": "MIT",
"devDependencies": {
"tap": "~> 0.4.2",
"punycode": "~> 1.2.1"
"main": "index.js",
"name": "js-string-escape",
"repository": {
"type": "git",
"url": "git+https://github.com/joliss/js-string-escape.git"
},
"engines": {
"node": ">= 0.8"
"scripts": {
"test": "tap test"
},
"files": [
"index.js"
]
}
"version": "1.0.1"
}