{ "_args": [ [ "js-string-escape@1.0.1", "/Users/alexkappa/Code/ts/github.com/github/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/alexkappa/Code/ts/github.com/github/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", "devDependencies": { "punycode": "~> 1.2.1", "tap": "~> 0.4.2" }, "engines": { "node": ">= 0.8" }, "files": [ "index.js" ], "homepage": "https://github.com/joliss/js-string-escape#readme", "keywords": [ "string", "escape", "backslash", "javascript", "ecmascript" ], "license": "MIT", "main": "index.js", "name": "js-string-escape", "repository": { "type": "git", "url": "git+https://github.com/joliss/js-string-escape.git" }, "scripts": { "test": "tap test" }, "version": "1.0.1" }