forked from enviPath/enviPy
Current Dev State
This commit is contained in:
119
static/js/ketcher2/node_modules/gulp-uglify/package.json
generated
vendored
Normal file
119
static/js/ketcher2/node_modules/gulp-uglify/package.json
generated
vendored
Normal file
@ -0,0 +1,119 @@
|
||||
{
|
||||
"_from": "gulp-uglify@2.1.2",
|
||||
"_id": "gulp-uglify@2.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-bbhbHQ7mPRgFhZK2WGSdZcLsRUE=",
|
||||
"_location": "/gulp-uglify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "gulp-uglify@2.1.2",
|
||||
"name": "gulp-uglify",
|
||||
"escapedName": "gulp-uglify",
|
||||
"rawSpec": "2.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-2.1.2.tgz",
|
||||
"_shasum": "6db85b1d0ee63d18058592b658649d65c2ec4541",
|
||||
"_spec": "gulp-uglify@2.1.2",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
|
||||
"author": {
|
||||
"name": "Terin Stock",
|
||||
"email": "terinjokes@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/terinjokes/gulp-uglify/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"gulplog": "^1.0.0",
|
||||
"has-gulplog": "^0.1.0",
|
||||
"lodash": "^4.13.1",
|
||||
"make-error-cause": "^1.1.1",
|
||||
"through2": "^2.0.0",
|
||||
"uglify-js": "~2.8.10",
|
||||
"uglify-save-license": "^0.4.1",
|
||||
"vinyl-sourcemaps-apply": "^0.2.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Minify files with UglifyJS.",
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.4",
|
||||
"eslint": "^3.18.0",
|
||||
"eslint-config-prettier": "^1.5.0",
|
||||
"eslint-config-xo": "^0.18.1",
|
||||
"eslint-plugin-no-use-extend-native": "^0.3.12",
|
||||
"eslint-plugin-prettier": "^2.0.1",
|
||||
"eslint-plugin-unicorn": "^2.1.0",
|
||||
"gulp-concat": "^2.0.0",
|
||||
"gulp-sourcemaps": "^1.0.0",
|
||||
"intelli-espower-loader": "^1.0.1",
|
||||
"istanbul": "^0.4.0",
|
||||
"mississippi": "^1.2.0",
|
||||
"mocha": "^3.0.1",
|
||||
"power-assert": "^1.4.1",
|
||||
"prettier": "^0.22.0",
|
||||
"semver": "^5.3.0",
|
||||
"tape": "^4.0.0",
|
||||
"testdouble": "^1.6.0",
|
||||
"vinyl": "^2.0.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"env": {
|
||||
"node": true
|
||||
},
|
||||
"extends": [
|
||||
"xo",
|
||||
"prettier"
|
||||
],
|
||||
"plugins": [
|
||||
"unicorn",
|
||||
"no-use-extend-native",
|
||||
"prettier"
|
||||
],
|
||||
"rules": {
|
||||
"prettier/prettier": [
|
||||
"error",
|
||||
{
|
||||
"printWidth": 80,
|
||||
"tabWidth": 2,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none",
|
||||
"bracketSpacing": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"minifier.js",
|
||||
"lib/"
|
||||
],
|
||||
"greenkeeper": {
|
||||
"ignore": [
|
||||
"gulp-sourcemaps"
|
||||
]
|
||||
},
|
||||
"homepage": "https://github.com/terinjokes/gulp-uglify/",
|
||||
"keywords": [
|
||||
"gulpplugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "gulp-uglify",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/terinjokes/gulp-uglify.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "cat ./coverage/lcov.info | coveralls",
|
||||
"lint": "eslint *.js lib test",
|
||||
"test": "mocha --require intelli-espower-loader"
|
||||
},
|
||||
"version": "2.1.2"
|
||||
}
|
||||
Reference in New Issue
Block a user