Files
goTorrent/torrent-project/node_modules/attr-accept/package.json
deranjer 1904a6ec24 adding more fields to torrentlist, ul speed/dl speed
enter the commit message for your changes. Lines starting
2017-12-14 20:42:55 -05:00

88 lines
2.3 KiB
JSON

{
"_args": [
[
"attr-accept@1.1.0",
"C:\\Users\\deranjer\\Google Drive\\Programming\\goTorrent\\torrent-project"
]
],
"_from": "attr-accept@1.1.0",
"_id": "attr-accept@1.1.0",
"_inBundle": false,
"_integrity": "sha1-tc01In8WOTWo8d4Q7T66FpQfa+Y=",
"_location": "/attr-accept",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "attr-accept@1.1.0",
"name": "attr-accept",
"escapedName": "attr-accept",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "C:\\Users\\deranjer\\Google Drive\\Programming\\goTorrent\\torrent-project",
"author": {
"name": "Andrey Okonetchnikov @okonetchnikov"
},
"bugs": {
"url": "https://github.com/okonet/attr-accept/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"description": "JavaScript implementation of the \"accept\" attribute for HTML5 <input type=\"file\">",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "5.8.25",
"babel-eslint": "^4.1.1",
"babel-loader": "5.3.2",
"core-js": "1.2.2",
"cz-conventional-changelog": "^1.2.0",
"eslint": "^1.3.1",
"eslint-config-airbnb": "0.0.8",
"eslint-plugin-react": "^3.3.1",
"expect": "^1.9.0",
"mocha": "^2.3.2",
"semantic-release": "^4.3.5",
"webpack": "1.12.2"
},
"engines": {
"node": ">=0.10"
},
"homepage": "https://github.com/okonet/attr-accept#readme",
"keywords": [
"html5",
"input",
"tag",
"attribute",
"attr",
"accpet",
"file"
],
"license": "MIT",
"main": "dist/index.js",
"name": "attr-accept",
"repository": {
"type": "git",
"url": "git+https://github.com/okonet/attr-accept.git"
},
"scripts": {
"build": "webpack -p",
"check": "npm run lint && npm test",
"lint": "eslint ./src",
"prepublish": "npm run check && npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "mocha --compilers js:babel/register --recursive",
"test:watch": "npm test -- --watch"
},
"version": "1.1.0"
}