| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "_args": [
- [
- "minify@4.1.3",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "minify@4.1.3",
- "_id": "minify@4.1.3",
- "_inBundle": false,
- "_integrity": "sha512-ykuscavxivSmVpcCzsXmsVTukWYLUUtPhHj0w2ILvHDGqC+hsuTCihBn9+PJBd58JNvWTNg9132J9nrrI2anzA==",
- "_location": "/minify",
- "_phantomChildren": {
- "buffer-from": "1.1.0"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "minify@4.1.3",
- "name": "minify",
- "escapedName": "minify",
- "rawSpec": "4.1.3",
- "saveSpec": null,
- "fetchSpec": "4.1.3"
- },
- "_requiredBy": [
- "/mermaid"
- ],
- "_resolved": "https://registry.npmjs.org/minify/-/minify-4.1.3.tgz",
- "_spec": "4.1.3",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "coderaiser",
- "email": "mnemonic.enemy@gmail.com",
- "url": "https://github.com/coderaiser"
- },
- "bin": {
- "minify": "bin/minify.js"
- },
- "bugs": {
- "url": "https://github.com/coderaiser/minify/issues"
- },
- "dependencies": {
- "clean-css": "^4.1.6",
- "css-b64-images": "~0.2.5",
- "debug": "^4.1.0",
- "html-minifier": "^4.0.0",
- "terser": "^4.0.0",
- "try-catch": "^2.0.0",
- "try-to-catch": "^1.0.2"
- },
- "description": "Minifier of js, css, html and img",
- "devDependencies": {
- "coveralls": "^3.0.0",
- "eslint": "^6.0.0",
- "eslint-plugin-node": "^9.1.0",
- "eslint-plugin-putout": "^1.5.0",
- "madrun": "^2.1.2",
- "nyc": "^14.1.1",
- "putout": "^4.32.0",
- "redrun": "^7.0.2",
- "rimraf": "^2.6.1",
- "supertape": "^1.2.3"
- },
- "engines": {
- "node": ">= 8.0.0"
- },
- "homepage": "http://coderaiser.github.io/minify",
- "keywords": [
- "minify",
- "minimize",
- "js",
- "css",
- "img",
- "html",
- "base64"
- ],
- "license": "MIT",
- "main": "lib/minify.js",
- "name": "minify",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/coderaiser/minify.git"
- },
- "scripts": {
- "coverage": "madrun coverage",
- "fix:lint": "madrun fix:lint",
- "lint": "madrun lint",
- "lint:bin": "madrun lint:bin",
- "lint:lib": "madrun lint:lib",
- "putout": "madrun putout",
- "report": "madrun report",
- "test": "madrun test"
- },
- "version": "4.1.3"
- }
|