broccoli-uglify-sourcemap
Version:
Broccoli filter to uglify files while preserving their sourcemaps.
90 lines (89 loc) • 2.25 kB
JSON
{
"name": "broccoli-uglify-sourcemap",
"version": "4.0.0",
"description": "Broccoli filter to uglify files while preserving their sourcemaps.",
"homepage": "https://github.com/ember-cli/broccoli-uglify-sourcemap#readme",
"bugs": {
"url": "https://github.com/ember-cli/broccoli-uglify-sourcemap/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ember-cli/broccoli-uglify-sourcemap.git"
},
"license": "MIT",
"author": "Edward Faulkner <ef@alum.mit.edu>",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watchAll"
},
"jest": {
"modulePathIgnorePatterns": [
"<rootDir>/tmp"
],
"projects": [
"<rootDir>/jest-eslint.config.js",
"<rootDir>/jest-test.config.js"
],
"transformIgnorePatterns": [
"<rootDir>/node_modules/",
"<rootDir>/index.js"
]
},
"dependencies": {
"async-promise-queue": "^1.0.5",
"broccoli-plugin": "^4.0.3",
"debug": "^4.1.0",
"lodash.defaultsdeep": "^4.6.1",
"matcher-collection": "^2.0.1",
"source-map-url": "^0.4.0",
"symlink-or-copy": "^1.3.1",
"terser": "^5.3.0",
"walk-sync": "^2.2.0",
"workerpool": "^6.0.0"
},
"devDependencies": {
"broccoli-test-helper": "^2.0.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^26.4.2",
"jest-runner-eslint": "^0.6.0",
"release-it": "^13.6.5",
"release-it-lerna-changelog": "^2.3.0"
},
"engines": {
"node": "^10.12.0 || 12.* || >= 14"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"changelog": {
"repo": "ember-cli/broccoli-uglify-sourcemap",
"labels": {
"breaking": ":boom: Breaking Change",
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix",
"documentation": ":memo: Documentation",
"internal": ":house: Internal"
}
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
}
}