| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "grunt-terser@^1.0.0", |
| 3 | "_id": "grunt-terser@1.0.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-8MfNU3cVP4UWZLlIjJMUpk3NWIEmaD+CwewhDpUTiPaS49EkBiSWCmGAihqWxBKbiOC3KePPXMmB/yiaVNqW2w==", |
| 6 | "_location": "/grunt-terser", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "grunt-terser@^1.0.0", |
| 12 | "name": "grunt-terser", |
| 13 | "escapedName": "grunt-terser", |
| 14 | "rawSpec": "^1.0.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.0.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "#DEV:/" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/grunt-terser/-/grunt-terser-1.0.0.tgz", |
| 22 | "_shasum": "cb46d645fe51ec9b3bcb1f37dbd2f3112d91e791", |
| 23 | "_spec": "grunt-terser@^1.0.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar", |
| 25 | "author": { |
| 26 | "name": "Alexandr Dascal", |
| 27 | "email": "Alexandr.Dascal@gmail.com" |
| 28 | }, |
| 29 | "bugs": { |
| 30 | "url": "https://github.com/adascal/grunt-terser/issues" |
| 31 | }, |
| 32 | "bundleDependencies": false, |
| 33 | "dependencies": { |
| 34 | "terser": "^4.3.9" |
| 35 | }, |
| 36 | "deprecated": false, |
| 37 | "description": "Grunt plugin for A JavaScript parser, mangler/compressor and beautifier toolkit for ES6+.", |
| 38 | "devDependencies": { |
| 39 | "grunt": "^1.0.4", |
| 40 | "grunt-contrib-clean": "^2.0.0", |
| 41 | "grunt-contrib-jshint": "^2.1.0", |
| 42 | "grunt-contrib-nodeunit": "^2.0.0" |
| 43 | }, |
| 44 | "engines": { |
| 45 | "node": ">=6.0.0" |
| 46 | }, |
| 47 | "homepage": "https://github.com/adascal/grunt-terser", |
| 48 | "keywords": [ |
| 49 | "gruntplugin", |
| 50 | "grunt", |
| 51 | "minify", |
| 52 | "terser", |
| 53 | "uglify", |
| 54 | "terser", |
| 55 | "uglify-es", |
| 56 | "uglify-js", |
| 57 | "minify", |
| 58 | "minifier", |
| 59 | "javascript", |
| 60 | "ecmascript", |
| 61 | "es5", |
| 62 | "es6", |
| 63 | "es7", |
| 64 | "es8", |
| 65 | "es2015", |
| 66 | "es2016", |
| 67 | "es2017", |
| 68 | "async", |
| 69 | "await" |
| 70 | ], |
| 71 | "licenses": [ |
| 72 | { |
| 73 | "type": "MIT", |
| 74 | "url": "https://github.com/adascal/grunt-terser/blob/master/LICENSE-MIT" |
| 75 | } |
| 76 | ], |
| 77 | "name": "grunt-terser", |
| 78 | "repository": { |
| 79 | "type": "git", |
| 80 | "url": "git://github.com/adascal/grunt-terser.git" |
| 81 | }, |
| 82 | "scripts": { |
| 83 | "test": "grunt test" |
| 84 | }, |
| 85 | "version": "1.0.0" |
| 86 | } |