You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.7 KiB
70 lines
1.7 KiB
{
|
|
"_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": [
|
|
"/javascript-obfuscator"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.1.tgz",
|
|
"_shasum": "e2625badbc0d67c7533e9edc1068c587ae4137ef",
|
|
"_spec": "js-string-escape@1.0.1",
|
|
"_where": "C:\\Users\\Shaun\\.CocosCreator\\packages\\ccc-obfuscated-code\\node_modules\\javascript-obfuscator",
|
|
"author": {
|
|
"name": "Jo Liss",
|
|
"email": "joliss42@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/joliss/js-string-escape/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Mathias Bynens",
|
|
"url": "http://mathiasbynens.be/"
|
|
}
|
|
],
|
|
"deprecated": false,
|
|
"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"
|
|
}
|
|
|