jam-cloud/jam-ui/node_modules/normalize-scroll-left/package.json

81 lines
2.2 KiB
JSON

{
"_args": [
[
"normalize-scroll-left@0.1.2",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_from": "normalize-scroll-left@0.1.2",
"_id": "normalize-scroll-left@0.1.2",
"_inBundle": false,
"_integrity": "sha512-F9YMRls0zCF6BFIE2YnXDRpHPpfd91nOIaNdDgrx5YMoPLo8Wqj+6jNXHQsYBavJeXP4ww8HCt0xQAKc5qk2Fg==",
"_location": "/normalize-scroll-left",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "normalize-scroll-left@0.1.2",
"name": "normalize-scroll-left",
"escapedName": "normalize-scroll-left",
"rawSpec": "0.1.2",
"saveSpec": null,
"fetchSpec": "0.1.2"
},
"_requiredBy": [
"/@material-ui/core"
],
"_resolved": "https://registry.npmjs.org/normalize-scroll-left/-/normalize-scroll-left-0.1.2.tgz",
"_spec": "0.1.2",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"author": {
"name": "Ali Taheri Moghaddar",
"email": "ali.taheri.m@gmail.com"
},
"bugs": {
"url": "https://github.com/alitaheri/normalize-scroll-left/issues"
},
"description": "Utility library to determine and normalize Element.scrollLeft behavior",
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"@types/node": "^8.0.34",
"chai": "^4.1.2",
"mocha": "^4.0.1",
"rimraf": "^2.6.2",
"ts-loader": "^2.3.7",
"ts-node": "^3.3.0",
"tslint": "^5.7.0",
"tslint-eslint-rules": "^4.1.1",
"tslint-microsoft-contrib": "^5.0.1",
"typescript": "^2.5.3"
},
"files": [
"lib"
],
"homepage": "https://github.com/alitaheri/normalize-scroll-left#readme",
"keywords": [
"rtl",
"dom",
"scroll-left",
"scrollLeft",
"normalize",
"browser",
"element"
],
"license": "MIT",
"main": "lib/main.js",
"name": "normalize-scroll-left",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/alitaheri/normalize-scroll-left.git"
},
"scripts": {
"build": "rimraf lib && tsc",
"lint": "tslint -e \"node_modules/**\" \"src/**/*.ts\"",
"prepublishOnly": "npm run build",
"test": "mocha --compilers ts:ts-node/register \"src/**/*.spec.ts\""
},
"types": "lib/main.d.ts",
"version": "0.1.2"
}