123 lines
3.1 KiB
JSON
123 lines
3.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"attr-accept@2.0.0",
|
|
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
|
|
]
|
|
],
|
|
"_from": "attr-accept@2.0.0",
|
|
"_id": "attr-accept@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-I9SDP4Wvh2ItYYoafEg8hFpsBe96pfQ+eabceShXt3sw2fbIP96+Aoj9zZE0vkZNAkXXzHJATVRuWz+h9FxJxQ==",
|
|
"_location": "/attr-accept",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "attr-accept@2.0.0",
|
|
"name": "attr-accept",
|
|
"escapedName": "attr-accept",
|
|
"rawSpec": "2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-dropzone"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-2.0.0.tgz",
|
|
"_spec": "2.0.0",
|
|
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
|
|
"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"
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
}
|