From 363723fc84f7b8477592e0105aeb331ec9a017af Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Aug 2017 05:01:11 +0200 Subject: node_modules --- node_modules/js-string-escape/package.json | 38 ++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 node_modules/js-string-escape/package.json (limited to 'node_modules/js-string-escape/package.json') diff --git a/node_modules/js-string-escape/package.json b/node_modules/js-string-escape/package.json new file mode 100644 index 000000000..fc2be31ae --- /dev/null +++ b/node_modules/js-string-escape/package.json @@ -0,0 +1,38 @@ +{ + "name": "js-string-escape", + "version": "1.0.1", + "description": "Escape strings for use as JavaScript string literals", + "main": "index.js", + "scripts": { + "test": "tap test" + }, + "repository": { + "type": "git", + "url": "https://github.com/joliss/js-string-escape" + }, + "keywords": [ + "string", + "escape", + "backslash", + "javascript", + "ecmascript" + ], + "author": "Jo Liss ", + "contributors": [ + { + "name": "Mathias Bynens", + "url": "http://mathiasbynens.be/" + } + ], + "license": "MIT", + "devDependencies" : { + "tap": "~> 0.4.2", + "punycode": "~> 1.2.1" + }, + "engines": { + "node": ">= 0.8" + }, + "files": [ + "index.js" + ] +} -- cgit v1.2.3