| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_from": "uglify-js@3.0.27",
- "_id": "uglify-js@3.0.27",
- "_inBundle": false,
- "_integrity": "sha512-HD8CmxPXUI62v5tweiulMcP/apAtx1DXGcNZkhKQZyC+MTrTsoCBb8yPAwVrbvpgw3EpRU76bRe6axjIiCYcQg==",
- "_location": "/uglify-js",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "uglify-js@3.0.27",
- "name": "uglify-js",
- "escapedName": "uglify-js",
- "rawSpec": "3.0.27",
- "saveSpec": null,
- "fetchSpec": "3.0.27"
- },
- "_requiredBy": [
- "/miniprogram-ci"
- ],
- "_resolved": "https://registry.npmmirror.com/uglify-js/-/uglify-js-3.0.27.tgz",
- "_shasum": "a97db8c8ba6b9dba4e2f88d86aa9548fa6320034",
- "_spec": "uglify-js@3.0.27",
- "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
- "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.11.0",
- "source-map": "~0.5.1"
- },
- "deprecated": false,
- "description": "JavaScript parser, mangler/compressor and beautifier toolkit",
- "devDependencies": {
- "acorn": "~5.1.1",
- "mocha": "~3.4.2",
- "semver": "~5.3.0"
- },
- "engines": {
- "node": ">=0.8.0"
- },
- "files": [
- "bin",
- "lib",
- "tools",
- "LICENSE"
- ],
- "homepage": "http://lisperator.net/uglifyjs",
- "keywords": [
- "uglify",
- "uglify-js",
- "minify",
- "minifier",
- "es5"
- ],
- "license": "BSD-2-Clause",
- "main": "tools/node.js",
- "maintainers": [
- {
- "name": "Mihai Bazon",
- "email": "mihai.bazon@gmail.com",
- "url": "http://lisperator.net/"
- }
- ],
- "name": "uglify-js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mishoo/UglifyJS2.git"
- },
- "scripts": {
- "test": "node test/run-tests.js"
- },
- "version": "3.0.27"
- }
|