{ "_args": [ [ "attr-accept@1.1.2", "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI" ] ], "_from": "attr-accept@1.1.2", "_id": "attr-accept@1.1.2", "_inBundle": false, "_integrity": "sha512-NUj0itVSnpFkUYCj3XKSRCZ7N9gPwWcyX/tF7HosqyDBPMSygALivvJIGI8VvlPcunns5khMkpxoNshvmhy/ZQ==", "_location": "/attr-accept", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "attr-accept@1.1.2", "name": "attr-accept", "escapedName": "attr-accept", "rawSpec": "1.1.2", "saveSpec": null, "fetchSpec": "1.1.2" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-1.1.2.tgz", "_spec": "1.1.2", "_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI", "author": { "name": "Andrey Okonetchnikov @okonetchnikov" }, "bugs": { "url": "https://github.com/okonet/attr-accept/issues" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "core-js": "^2.5.0" }, "description": "JavaScript implementation of the \"accept\" attribute for HTML5 ", "devDependencies": { "babel-core": "^6.26.0", "babel-eslint": "^8.0.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.0", "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", "travis-deploy-once": "^4.3.4", "webpack": "^3.5.5" }, "engines": { "node": ">=4" }, "homepage": "https://github.com/okonet/attr-accept#readme", "keywords": [ "html5", "input", "tag", "attribute", "attr", "accpet", "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/okonet/attr-accept.git" }, "scripts": { "build": "webpack -p", "lint": "eslint src/ test/", "precommit": "lint-staged", "prepublish": "npm test && npm run build", "pretest": "npm run lint", "test": "mocha --compilers js:babel-core/register --recursive", "test:watch": "npm test -- --watch", "travis-deploy-once": "travis-deploy-once" }, "version": "1.1.2" }