mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 20:20:07 +08:00
Update node modules
https://github.com/github/codeql-action/pull/87/checks?check_run_id=811666672
This commit is contained in:
84
node_modules/js-string-escape/package.json
generated
vendored
84
node_modules/js-string-escape/package.json
generated
vendored
@@ -1,58 +1,15 @@
|
||||
{
|
||||
"_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/"
|
||||
}
|
||||
],
|
||||
"name": "js-string-escape",
|
||||
"version": "1.0.1",
|
||||
"description": "Escape strings for use as JavaScript string literals",
|
||||
"devDependencies": {
|
||||
"punycode": "~> 1.2.1",
|
||||
"tap": "~> 0.4.2"
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "tap test"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/joliss/js-string-escape"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/joliss/js-string-escape#readme",
|
||||
"keywords": [
|
||||
"string",
|
||||
"escape",
|
||||
@@ -60,15 +17,22 @@
|
||||
"javascript",
|
||||
"ecmascript"
|
||||
],
|
||||
"author": "Jo Liss <joliss42@gmail.com>",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Mathias Bynens",
|
||||
"url": "http://mathiasbynens.be/"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "js-string-escape",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/joliss/js-string-escape.git"
|
||||
"devDependencies": {
|
||||
"tap": "~> 0.4.2",
|
||||
"punycode": "~> 1.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap test"
|
||||
"engines": {
|
||||
"node": ">= 0.8"
|
||||
},
|
||||
"version": "1.0.1"
|
||||
}
|
||||
"files": [
|
||||
"index.js"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user