|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- {
- "_args": [
- [
- "attr-accept@2.1.0",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "attr-accept@2.1.0",
- "_id": "attr-accept@2.1.0",
- "_inBundle": false,
- "_integrity": "sha512-sLzVM3zCCmmDtDNhI0i96k6PUztkotSOXqE4kDGQt/6iDi5M+H0srjeF+QC6jN581l4X/Zq3Zu/tgcErEssavg==",
- "_location": "/attr-accept",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "attr-accept@2.1.0",
- "name": "attr-accept",
- "escapedName": "attr-accept",
- "rawSpec": "2.1.0",
- "saveSpec": null,
- "fetchSpec": "2.1.0"
- },
- "_requiredBy": [
- "/react-dropzone"
- ],
- "_resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-2.1.0.tgz",
- "_spec": "2.1.0",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "author": {
- "name": "Andrey Okonetchnikov @okonetchnikov"
- },
- "bugs": {
- "url": "https://github.com/react-dropzone/attr-accept/issues"
- },
- "config": {
- "commitizen": {
- "path": "./node_modules/cz-conventional-changelog"
- }
- },
- "contributors": [
- {
- "name": "Andrey Okonetchnikov",
- "email": "andrey@okonet.ru",
- "url": "http://okonet.ru"
- },
- {
- "name": "Roland Groza",
- "email": "rolandjitsu@gmail.com"
- }
- ],
- "description": "JavaScript implementation of the \"accept\" attribute for HTML5 <input type=\"file\">",
- "devDependencies": {
- "@size-limit/preset-small-lib": "^2.1.6",
- "babel-core": "^6.26.0",
- "babel-eslint": "^8.0.0",
- "babel-loader": "^7.1.2",
- "babel-preset-env": "^1.6.0",
- "core-js": "^3.1.4",
- "cz-conventional-changelog": "^1.2.0",
- "eslint": "^4.6.1",
- "eslint-config-airbnb": "^15.1.0",
- "eslint-config-okonet": "^6.1.3",
- "eslint-config-prettier": "^2.4.0",
- "eslint-plugin-flowtype": "^2.35.1",
- "eslint-plugin-import": "^2.7.0",
- "eslint-plugin-jsx-a11y": "^5.1.1",
- "eslint-plugin-node": "^5.1.1",
- "eslint-plugin-prettier": "^2.2.0",
- "eslint-plugin-react": "^7.3.0",
- "expect": "^1.20.2",
- "husky": "^0.14.3",
- "lint-staged": "^4.1.3",
- "mocha": "^3.5.0",
- "prettier": "^1.6.1",
- "webpack": "^3.5.5"
- },
- "engines": {
- "node": ">=4"
- },
- "homepage": "https://github.com/react-dropzone/attr-accept#readme",
- "keywords": [
- "html5",
- "input",
- "tag",
- "attribute",
- "attr",
- "accept",
- "file"
- ],
- "license": "MIT",
- "lint-staged": {
- "*.js": [
- "eslint --fix",
- "git add"
- ]
- },
- "main": "dist/index.js",
- "name": "attr-accept",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/react-dropzone/attr-accept.git"
- },
- "scripts": {
- "build": "webpack -p",
- "lint": "eslint src/ test/",
- "precommit": "lint-staged",
- "prepublish": "npm test && npm run build",
- "pretest": "npm run lint",
- "size": "size-limit",
- "size:why": "size-limit --why",
- "test": "mocha --compilers js:babel-core/register --recursive",
- "test:watch": "npm test -- --watch"
- },
- "size-limit": [
- {
- "path": "dist/index.js",
- "limit": "2 KB"
- }
- ],
- "types": "index.d.ts",
- "version": "2.1.0"
- }
|