1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_from": "uglify-es@3.2.2",
- "_id": "uglify-es@3.2.2",
- "_inBundle": false,
- "_integrity": "sha512-l+s5VLzFwGJfS+fbqaGf/Dfwo1MF13jLOF2ekL0PytzqEqQ6cVppvHf4jquqFok+35USMpKjqkYxy6pQyUcuug==",
- "_location": "/uglify-es",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "uglify-es@3.2.2",
- "name": "uglify-es",
- "escapedName": "uglify-es",
- "rawSpec": "3.2.2",
- "saveSpec": null,
- "fetchSpec": "3.2.2"
- },
- "_requiredBy": [
- "/@ionic/app-scripts"
- ],
- "_resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.2.2.tgz",
- "_shasum": "15c62b7775002c81b7987a1c49ecd3f126cace73",
- "_spec": "uglify-es@3.2.2",
- "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/@ionic/app-scripts",
- "author": {
- "name": "Mihai Bazon",
- "email": "mihai.bazon@gmail.com",
- "url": "http://lisperator.net/"
- },
- "bin": {
- "uglifyjs": "bin/uglifyjs"
- },
- "bugs": {
- "url": "https://github.com/mishoo/UglifyJS2/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "commander": "~2.12.1",
- "source-map": "~0.6.1"
- },
- "deprecated": false,
- "description": "JavaScript parser, mangler/compressor and beautifier toolkit for ES6+",
- "devDependencies": {
- "acorn": "~5.2.1",
- "mocha": "~3.5.1",
- "semver": "~5.4.1"
- },
- "engines": {
- "node": ">=0.8.0"
- },
- "files": [
- "bin",
- "lib",
- "tools",
- "LICENSE"
- ],
- "homepage": "https://github.com/mishoo/UglifyJS2/tree/harmony",
- "keywords": [
- "uglify",
- "uglify-es",
- "uglify-js",
- "minify",
- "minifier",
- "javascript",
- "ecmascript",
- "es5",
- "es6",
- "es7",
- "es8",
- "es2015",
- "es2016",
- "es2017",
- "async",
- "await"
- ],
- "license": "BSD-2-Clause",
- "main": "tools/node.js",
- "maintainers": [
- {
- "name": "Mihai Bazon",
- "email": "mihai.bazon@gmail.com",
- "url": "http://lisperator.net/"
- }
- ],
- "name": "uglify-es",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mishoo/UglifyJS2.git#harmony"
- },
- "scripts": {
- "test": "node test/run-tests.js"
- },
- "version": "3.2.2"
- }
|