attr-accept
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "attr-accept", | ||
"version": "1.0.0", | ||
"description": "JavaScript implementation of the \"accept\" attribute for HTML5 <input type=\"file\">", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "babel src --out-dir dist", | ||
"prepublish": "npm run check && npm run build", | ||
"test": "mocha --compilers js:babel/register --recursive", | ||
"test:watch": "npm test -- --watch", | ||
"lint": "eslint ./src", | ||
"check": "npm run lint && npm test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/okonet/attr-accept.git" | ||
}, | ||
"keywords": [ | ||
"html5", | ||
"input", | ||
"tag", | ||
"attribute", | ||
"attr", | ||
"accpet", | ||
"file" | ||
], | ||
"author": "Andrey Okonetchnikov @okonetchnikov", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/okonet/attr-accept/issues" | ||
}, | ||
"homepage": "https://github.com/okonet/attr-accept#readme", | ||
"devDependencies": { | ||
"babel": "^5.8.23", | ||
"babel-eslint": "^4.1.1", | ||
"eslint": "^1.3.1", | ||
"eslint-config-airbnb": "0.0.8", | ||
"eslint-plugin-react": "^3.3.1", | ||
"expect": "^1.9.0", | ||
"mocha": "^2.3.2" | ||
} | ||
"name": "attr-accept", | ||
"version": "1.0.1", | ||
"description": "JavaScript implementation of the \"accept\" attribute for HTML5 <input type=\"file\">", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "babel src --out-dir dist", | ||
"prepublish": "npm run check && npm run build", | ||
"test": "mocha --compilers js:babel/register --recursive", | ||
"test:watch": "npm test -- --watch", | ||
"lint": "eslint ./src", | ||
"check": "npm run lint && npm test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/okonet/attr-accept.git" | ||
}, | ||
"keywords": [ | ||
"html5", | ||
"input", | ||
"tag", | ||
"attribute", | ||
"attr", | ||
"accpet", | ||
"file" | ||
], | ||
"author": "Andrey Okonetchnikov @okonetchnikov", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/okonet/attr-accept/issues" | ||
}, | ||
"homepage": "https://github.com/okonet/attr-accept#readme", | ||
"devDependencies": { | ||
"babel": "^5.8.23", | ||
"babel-eslint": "^4.1.1", | ||
"eslint": "^1.3.1", | ||
"eslint-config-airbnb": "0.0.8", | ||
"eslint-plugin-react": "^3.3.1", | ||
"expect": "^1.9.0", | ||
"mocha": "^2.3.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8979
160