Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

package.json 3.2 KiB

3 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "attr-accept@2.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "attr-accept@2.1.0",
  9. "_id": "attr-accept@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-sLzVM3zCCmmDtDNhI0i96k6PUztkotSOXqE4kDGQt/6iDi5M+H0srjeF+QC6jN581l4X/Zq3Zu/tgcErEssavg==",
  12. "_location": "/attr-accept",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "attr-accept@2.1.0",
  18. "name": "attr-accept",
  19. "escapedName": "attr-accept",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/react-dropzone"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Andrey Okonetchnikov @okonetchnikov"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/react-dropzone/attr-accept/issues"
  35. },
  36. "config": {
  37. "commitizen": {
  38. "path": "./node_modules/cz-conventional-changelog"
  39. }
  40. },
  41. "contributors": [
  42. {
  43. "name": "Andrey Okonetchnikov",
  44. "email": "andrey@okonet.ru",
  45. "url": "http://okonet.ru"
  46. },
  47. {
  48. "name": "Roland Groza",
  49. "email": "rolandjitsu@gmail.com"
  50. }
  51. ],
  52. "description": "JavaScript implementation of the \"accept\" attribute for HTML5 <input type=\"file\">",
  53. "devDependencies": {
  54. "@size-limit/preset-small-lib": "^2.1.6",
  55. "babel-core": "^6.26.0",
  56. "babel-eslint": "^8.0.0",
  57. "babel-loader": "^7.1.2",
  58. "babel-preset-env": "^1.6.0",
  59. "core-js": "^3.1.4",
  60. "cz-conventional-changelog": "^1.2.0",
  61. "eslint": "^4.6.1",
  62. "eslint-config-airbnb": "^15.1.0",
  63. "eslint-config-okonet": "^6.1.3",
  64. "eslint-config-prettier": "^2.4.0",
  65. "eslint-plugin-flowtype": "^2.35.1",
  66. "eslint-plugin-import": "^2.7.0",
  67. "eslint-plugin-jsx-a11y": "^5.1.1",
  68. "eslint-plugin-node": "^5.1.1",
  69. "eslint-plugin-prettier": "^2.2.0",
  70. "eslint-plugin-react": "^7.3.0",
  71. "expect": "^1.20.2",
  72. "husky": "^0.14.3",
  73. "lint-staged": "^4.1.3",
  74. "mocha": "^3.5.0",
  75. "prettier": "^1.6.1",
  76. "webpack": "^3.5.5"
  77. },
  78. "engines": {
  79. "node": ">=4"
  80. },
  81. "homepage": "https://github.com/react-dropzone/attr-accept#readme",
  82. "keywords": [
  83. "html5",
  84. "input",
  85. "tag",
  86. "attribute",
  87. "attr",
  88. "accept",
  89. "file"
  90. ],
  91. "license": "MIT",
  92. "lint-staged": {
  93. "*.js": [
  94. "eslint --fix",
  95. "git add"
  96. ]
  97. },
  98. "main": "dist/index.js",
  99. "name": "attr-accept",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/react-dropzone/attr-accept.git"
  103. },
  104. "scripts": {
  105. "build": "webpack -p",
  106. "lint": "eslint src/ test/",
  107. "precommit": "lint-staged",
  108. "prepublish": "npm test && npm run build",
  109. "pretest": "npm run lint",
  110. "size": "size-limit",
  111. "size:why": "size-limit --why",
  112. "test": "mocha --compilers js:babel-core/register --recursive",
  113. "test:watch": "npm test -- --watch"
  114. },
  115. "size-limit": [
  116. {
  117. "path": "dist/index.js",
  118. "limit": "2 KB"
  119. }
  120. ],
  121. "types": "index.d.ts",
  122. "version": "2.1.0"
  123. }