消除我特牛
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.
 
 
 
 
 

85 lines
2.3 KiB

{
"_from": "string-template@1.0.0",
"_id": "string-template@1.0.0",
"_inBundle": false,
"_integrity": "sha1-np8iM9wA8hhxjsN5oopWc+zKi5Y=",
"_location": "/string-template",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "string-template@1.0.0",
"name": "string-template",
"escapedName": "string-template",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/javascript-obfuscator"
],
"_resolved": "https://registry.npmjs.org/string-template/-/string-template-1.0.0.tgz",
"_shasum": "9e9f2233dc00f218718ec379a28a5673ecca8b96",
"_spec": "string-template@1.0.0",
"_where": "C:\\Users\\Shaun\\.CocosCreator\\packages\\ccc-obfuscated-code\\node_modules\\javascript-obfuscator",
"author": {
"name": "Matt-Esch",
"email": "matt@mattesch.info"
},
"bugs": {
"url": "https://github.com/Matt-Esch/string-template/issues",
"email": "matt@mattesch.info"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Matt-Esch"
}
],
"dependencies": {},
"deprecated": false,
"description": "A simple string template function based on named or indexed arguments",
"devDependencies": {
"istanbul": "^0.4.1",
"opn": "^3.0.3",
"tape": "~1.1.1"
},
"homepage": "https://github.com/Matt-Esch/string-template",
"keywords": [
"template",
"string",
"format",
"replace",
"arguments"
],
"license": "MIT",
"main": "index",
"name": "string-template",
"repository": {
"type": "git",
"url": "git://github.com/Matt-Esch/string-template.git"
},
"scripts": {
"cover": "istanbul cover --report none --print detail ./test/index.js",
"test": "node ./test/index.js",
"travis-test": "istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)",
"view-cover": "istanbul report html && opn --no-wait ./coverage/index.html"
},
"testling": {
"files": "test/index.js",
"browsers": [
"ie/8..latest",
"firefox/16..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"version": "1.0.0"
}