Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

103 řádky
3.0 KiB

  1. {
  2. "_args": [
  3. [
  4. "file-selector@0.1.12",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "file-selector@0.1.12",
  9. "_id": "file-selector@0.1.12",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Kx7RTzxyQipHuiqyZGf+Nz4vY9R1XGxuQl/hLoJwq+J4avk/9wxxgZyHKtbyIPJmbD4A66DWGYfyykWNpcYutQ==",
  12. "_location": "/file-selector",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "file-selector@0.1.12",
  18. "name": "file-selector",
  19. "escapedName": "file-selector",
  20. "rawSpec": "0.1.12",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.12"
  23. },
  24. "_requiredBy": [
  25. "/react-dropzone"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/file-selector/-/file-selector-0.1.12.tgz",
  28. "_spec": "0.1.12",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Roland Groza",
  32. "email": "rolandjitsu@gmail.com"
  33. },
  34. "dependencies": {
  35. "tslib": "^1.9.0"
  36. },
  37. "description": "Convert DataTransfer object to a list of File objects",
  38. "devDependencies": {
  39. "@babel/core": "^7.0.0-beta.54",
  40. "@types/jest": "^23.3.3",
  41. "@types/node": "^9.4.5",
  42. "babel-core": "^7.0.0-0",
  43. "babel-jest": "^23.4.0",
  44. "camelcase": "^4.1.0",
  45. "jest": "^23.6.0",
  46. "jest-environment-jsdom": "^23.4.0",
  47. "npm-run-all": "^4.1.3",
  48. "rollup": "^0.65.0",
  49. "rollup-plugin-commonjs": "^9.1.6",
  50. "rollup-plugin-node-resolve": "^3.3.0",
  51. "rollup-plugin-sourcemaps": "^0.4.2",
  52. "rollup-plugin-uglify": "^4.0.0",
  53. "standard-version": "^4.4.0",
  54. "ts-jest": "^23.10.3",
  55. "tslint": "^5.9.1",
  56. "typescript": "^3.0.3"
  57. },
  58. "engines": {
  59. "node": ">= 8"
  60. },
  61. "es2015": "./dist/es2015/index.js",
  62. "homepage": "https://github.com/react-dropzone/file-selector",
  63. "keywords": [
  64. "drag-and-drop",
  65. "html5",
  66. "file-api",
  67. "DataTransfer",
  68. "File"
  69. ],
  70. "license": "MIT",
  71. "main": "./dist/index.js",
  72. "module": "./dist/es5/index.js",
  73. "name": "file-selector",
  74. "repository": {
  75. "type": "git",
  76. "url": ""
  77. },
  78. "scripts": {
  79. "build": "npm-run-all -s compile build:umd",
  80. "build:umd": "rollup -c ./rollup.config.js",
  81. "clean": "rm -rf dist/*",
  82. "compile": "npm-run-all -p compile:es2015 compile:es5 compile:cjs compile:types",
  83. "compile:cjs": "tsc -p ./tsconfig.cjs.json",
  84. "compile:es2015": "tsc -p ./tsconfig.es2015.json",
  85. "compile:es5": "tsc -p ./tsconfig.es5.json",
  86. "compile:types": "tsc -p ./tsconfig.types.json",
  87. "lint": "tslint -c tslint.json -p ./tsconfig.spec.json -t stylish",
  88. "lint:fix": "yarn run lint -- --fix",
  89. "prebuild": "yarn run clean",
  90. "pretest:cov": "yarn run lint",
  91. "release": "standard-version",
  92. "test": "jest --watch",
  93. "test:cov": "jest --coverage"
  94. },
  95. "standard-version": {
  96. "scripts": {
  97. "prerelease": "yarn test:cov"
  98. }
  99. },
  100. "typings": "./dist/index.d.ts",
  101. "version": "0.1.12"
  102. }