徐总多门店
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

88 lines
2.0 KiB

{
"_args": [
[
"image-conversion@2.1.1",
"D:\\project\\cashier"
]
],
"_from": "image-conversion@2.1.1",
"_id": "image-conversion@2.1.1",
"_inBundle": false,
"_integrity": "sha1-ghP8GQM/ff3uILsZeS6Nzr0FJBc=",
"_location": "/image-conversion",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "image-conversion@2.1.1",
"name": "image-conversion",
"escapedName": "image-conversion",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npm.taobao.org/image-conversion/download/image-conversion-2.1.1.tgz",
"_spec": "2.1.1",
"_where": "D:\\project\\cashier",
"author": {
"name": "wangyulue"
},
"description": "A simple and easy-to-use JS image convert tools, which can specify size to compress the image.",
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"http-server": "^0.12.1",
"husky": "^4.2.3",
"lint-staged": "^10.0.8",
"mocha": "^7.1.1",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"files": [
"build",
"src",
"index.d.ts",
"index.js",
"tsconfig.json",
"webpack.config.js"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"image",
"images",
"resize",
"conversion",
"convert",
"compress",
"minify",
"jpeg",
"jpg",
"png",
"gif"
],
"license": "MIT",
"lint-staged": {
"src/**/*.ts": "eslint"
},
"main": "index.js",
"name": "image-conversion",
"scripts": {
"build": "webpack --config webpack.config.js",
"build:test": "webpack --config test/webpack.config.js",
"test": "yarn build:test && http-server . -o /test/unit/"
},
"version": "2.1.1"
}