97 lines
2.6 KiB
JSON
97 lines
2.6 KiB
JSON
{
|
|
"_from": "dropzone@^5.9.3",
|
|
"_id": "dropzone@5.9.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Azk8kD/2/nJIuVPK+zQ9sjKMRIpRvNyqn9XwbBHNq+iNuSccbJS6hwm1Woy0pMST0erSo0u4j+KJaodndDk4vA==",
|
|
"_location": "/dropzone",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "dropzone@^5.9.3",
|
|
"name": "dropzone",
|
|
"escapedName": "dropzone",
|
|
"rawSpec": "^5.9.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.9.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/dropzone/-/dropzone-5.9.3.tgz",
|
|
"_shasum": "b3070ae090fa48cbc04c17535635537ca72d70d6",
|
|
"_spec": "dropzone@^5.9.3",
|
|
"_where": "/mnt/d/WWW/magico.front",
|
|
"browserslist": "defaults, > 0.25%, IE 11",
|
|
"bugs": {
|
|
"url": "https://github.com/dropzone/dropzone/issues",
|
|
"email": "m@tias.me"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Matias Meno",
|
|
"email": "m@tias.me",
|
|
"url": "https://www.yesmeno.com"
|
|
}
|
|
],
|
|
"deprecated": false,
|
|
"description": "Handles drag and drop of files for you.",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.0",
|
|
"@babel/preset-env": "^7.11.0",
|
|
"babel-loader": "^8.0.0",
|
|
"chai": "4.3.0",
|
|
"core-js": "^3.8.0",
|
|
"css-loader": "^5.0.2",
|
|
"extract-loader": "^5.1.0",
|
|
"file-loader": "^6.2.0",
|
|
"html-loader": "^2.1.0",
|
|
"karma": "^6.1.0",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-rollup-preprocessor": "^7.0.5",
|
|
"karma-sinon-chai": "^2.0.2",
|
|
"karma-spec-reporter": "^0.0.32",
|
|
"marked": "^2.0.0",
|
|
"mocha": "^8.3.0",
|
|
"mocha-headless-chrome": "^3.0.0",
|
|
"rollup": "^2.38.4",
|
|
"rollup-plugin-html": "^0.2.1",
|
|
"sass": "^1.33.0",
|
|
"sass-loader": "^11.0.1",
|
|
"sinon": "^9.2.4",
|
|
"sinon-chai": "^3.5.0",
|
|
"webpack": "^5.23.0",
|
|
"webpack-cli": "^4.5.0",
|
|
"webpack-shell-plugin-next": "^2.1.1"
|
|
},
|
|
"homepage": "http://www.dropzonejs.com",
|
|
"keywords": [
|
|
"dragndrop",
|
|
"drag and drop",
|
|
"file upload",
|
|
"upload"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./dist/dropzone.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "Matias Meno",
|
|
"email": "m@tias.me",
|
|
"url": "https://www.yesmeno.com"
|
|
}
|
|
],
|
|
"name": "dropzone",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dropzone/dropzone.git"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack && cp dist/dropzone.js dist/dropzone-amd-module.js && cp dist/min/dropzone.min.js dist/min/dropzone-amd-module.min.js",
|
|
"build-website": "grunt build-website",
|
|
"test": "karma start --single-run --browsers ChromeHeadless test/karma.conf.js"
|
|
},
|
|
"version": "5.9.3"
|
|
}
|