104 lines
2.9 KiB
JSON
104 lines
2.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"file-selector@0.1.19",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "file-selector@0.1.19",
|
|
"_id": "file-selector@0.1.19",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-kCWw3+Aai8Uox+5tHCNgMFaUdgidxvMnLWO6fM5sZ0hA2wlHP5/DHGF0ECe84BiB95qdJbKNEJhWKVDvMN+JDQ==",
|
|
"_location": "/file-selector",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "file-selector@0.1.19",
|
|
"name": "file-selector",
|
|
"escapedName": "file-selector",
|
|
"rawSpec": "0.1.19",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.1.19"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-dropzone"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/file-selector/-/file-selector-0.1.19.tgz",
|
|
"_spec": "0.1.19",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": {
|
|
"name": "Roland Groza",
|
|
"email": "rolandjitsu@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/react-dropzone/file-selector/issues"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.0.1"
|
|
},
|
|
"description": "Convert DataTransfer object to a list of File objects",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@rollup/plugin-commonjs": "^15.0.0",
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
"@types/jest": "^26.0.13",
|
|
"@types/node": "^14.6.4",
|
|
"babel-jest": "^26.3.0",
|
|
"camelcase": "^6.0.0",
|
|
"jest": "^26.4.2",
|
|
"jest-environment-jsdom": "^26.3.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^2.26.10",
|
|
"rollup-plugin-sourcemaps": "^0.6.2",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"ts-jest": "^26.3.0",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"es2015": "./dist/es2015/index.js",
|
|
"files": [
|
|
"dist/**/*",
|
|
"src/*",
|
|
"!*.spec.*",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/react-dropzone/file-selector",
|
|
"keywords": [
|
|
"drag-and-drop",
|
|
"html5",
|
|
"file-api",
|
|
"DataTransfer",
|
|
"File"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/es5/index.js",
|
|
"name": "file-selector",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/react-dropzone/file-selector.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm-run-all -s compile build:umd",
|
|
"build:umd": "rollup -c ./rollup.config.js",
|
|
"clean": "rm -rf dist/*",
|
|
"compile": "npm-run-all -p compile:es2015 compile:es5 compile:cjs compile:types",
|
|
"compile:cjs": "tsc -p ./tsconfig.cjs.json",
|
|
"compile:es2015": "tsc -p ./tsconfig.es2015.json",
|
|
"compile:es5": "tsc -p ./tsconfig.es5.json",
|
|
"compile:types": "tsc -p ./tsconfig.types.json",
|
|
"lint": "tslint -c tslint.json -p ./tsconfig.spec.json -t stylish",
|
|
"lint:fix": "yarn run lint -- --fix",
|
|
"prebuild": "yarn run clean",
|
|
"pretest:cov": "yarn run lint",
|
|
"test": "jest --watch",
|
|
"test:cov": "jest --coverage"
|
|
},
|
|
"typings": "./dist/index.d.ts",
|
|
"version": "0.1.19"
|
|
}
|