Gazebo_simulation-Frontend/node_modules/normalize-scroll-left/package.json

83 lines
2.3 KiB
JSON

{
"_args": [
[
"normalize-scroll-left@0.2.0",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "normalize-scroll-left@0.2.0",
"_id": "normalize-scroll-left@0.2.0",
"_inBundle": false,
"_integrity": "sha512-t5oCENZJl8TGusJKoCJm7+asaSsPuNmK6+iEjrZ5TyBj2f02brCRsd4c83hwtu+e5d4LCSBZ0uoDlMjBo+A8yA==",
"_location": "/normalize-scroll-left",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "normalize-scroll-left@0.2.0",
"name": "normalize-scroll-left",
"escapedName": "normalize-scroll-left",
"rawSpec": "0.2.0",
"saveSpec": null,
"fetchSpec": "0.2.0"
},
"_requiredBy": [
"/@material-ui/core"
],
"_resolved": "https://registry.npmjs.org/normalize-scroll-left/-/normalize-scroll-left-0.2.0.tgz",
"_spec": "0.2.0",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"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.1.7",
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.4",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"rimraf": "^2.6.3",
"ts-loader": "^6.0.2",
"ts-node": "^8.2.0",
"tslint": "^5.17.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.5.1"
},
"files": [
"cjs",
"esm"
],
"homepage": "https://github.com/alitaheri/normalize-scroll-left#readme",
"keywords": [
"rtl",
"dom",
"scroll-left",
"scrollLeft",
"normalize",
"browser",
"element"
],
"license": "MIT",
"main": "cjs/main.js",
"module": "esm/main.js",
"name": "normalize-scroll-left",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/alitaheri/normalize-scroll-left.git"
},
"scripts": {
"build": "rimraf cjs esm && tsc --module commonjs --outDir cjs && tsc --module es6 --outDir esm",
"lint": "tslint -e \"node_modules/**\" \"src/**/*.ts\"",
"prepublishOnly": "npm run build",
"test": "mocha -r ts-node/register \"src/**/*.spec.ts\""
},
"types": "cjs/main.d.ts",
"version": "0.2.0"
}