rollup-plugin-prototype-minify
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,4 +1,8 @@ | ||
/* | ||
Copyright (c) 2019 NAVER Corp. | ||
MIT License | ||
https://github.com/naver/prototype-minify | ||
*/ | ||
var minify = require("prototype-minify"); | ||
module.exports = function PrototypeMinify(e) { | ||
@@ -5,0 +9,0 @@ var sourcemap = e.sourcemap; |
{ | ||
"name": "rollup-plugin-prototype-minify", | ||
"version": "1.0.4", | ||
"description": "Minify prototype for typescript or unminfited prototype.", | ||
"version": "1.0.5", | ||
"description": "Minify prototype for typescript or unminfied prototype.", | ||
"main": "index.js", | ||
@@ -19,10 +19,10 @@ "scripts": { | ||
"type": "git", | ||
"url": "git+https://github.com/daybrush/rollup-plugin-prototype-minify.git" | ||
"url": "https://github.com/naver/prototype-minify/tree/master/packages/rollup-plugin-prototype-minify" | ||
}, | ||
"author": "Daybrush", | ||
"license": "ISC", | ||
"author": "Naver Corp", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/daybrush/rollup-plugin-prototype-minify/issues" | ||
"url": "https://github.com/naver/prototype-minify/issues" | ||
}, | ||
"homepage": "https://github.com/daybrush/rollup-plugin-prototype-minify#readme", | ||
"homepage": "https://github.com/naver/prototype-minify/tree/master/packages/rollup-plugin-prototype-minify", | ||
"dependencies": { | ||
@@ -29,0 +29,0 @@ "prototype-minify": "^1.0.0" |
# rollup-plugin-prototype-minify [![npm package](https://img.shields.io/npm/v/rollup-plugin-prototype-minify.svg)](https://www.npmjs.com/package/rollup-plugin-prototype-minify) | ||
Minify prototype for typescript or unminfited prototype. | ||
Minify prototype for typescript or unminified prototype. | ||
@@ -16,2 +16,30 @@ |Before|After| | ||
} | ||
``` | ||
``` | ||
## License | ||
MIT License | ||
``` | ||
Copyright (c) 2019 NAVER Corp. | ||
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. | ||
``` | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
84399
6
19
1
1
45