{ "_from": "ssr-window@^2.0.0", "_id": "ssr-window@2.0.0", "_inBundle": false, "_integrity": "sha512-NXzN+/HPObKAx191H3zKlYomE5WrVIkoCB5IaSdvKokxTpjBdWfr0RaP+1Z5KOfDT0ZVz+2tdtiBkhsEQ9p+0A==", "_location": "/ssr-window", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "ssr-window@^2.0.0", "name": "ssr-window", "escapedName": "ssr-window", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/dom7", "/swiper" ], "_resolved": "https://registry.npmjs.org/ssr-window/-/ssr-window-2.0.0.tgz", "_shasum": "98c301aef99523317f8d69618f0010791096efc4", "_spec": "ssr-window@^2.0.0", "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\swiper", "author": { "name": "Vladimir Kharlampidi" }, "bugs": { "url": "https://github.com/nolimits4web/ssr-window/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Better handling for window object in SSR environment", "devDependencies": { "@rollup/plugin-node-resolve": "^7.1.3", "@rollup/plugin-typescript": "^4.1.1", "@typescript-eslint/eslint-plugin": "^2.31.0", "@typescript-eslint/parser": "^2.31.0", "domino": "^2.1.5", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-prettier": "^3.1.3", "exec-sh": "^0.3.4", "husky": "^4.2.5", "inquirer": "^7.1.0", "jsdom": "^16.2.2", "lint-staged": "^10.2.2", "npm-run-all": "^4.1.5", "prettier": "^2.0.5", "rollup": "^2.8.2", "serve": "^11.3.0", "terser": "^4.6.13", "typescript": "^3.8.3" }, "homepage": "https://github.com/nolimits4web/ssr-window", "jsnext:main": "dist/ssr-window.esm.js", "keywords": [ "ssr", "window", "document" ], "license": "MIT", "main": "dist/ssr-window.js", "module": "dist/ssr-window.esm.js", "name": "ssr-window", "repository": { "type": "git", "url": "git+https://github.com/nolimits4web/ssr-window.git" }, "scripts": { "build:dev": "tsc --declarationDir build/types --emitDeclarationOnly --declaration true && NODE_ENV=development node ./scripts/build", "build:prod": "tsc --declarationDir dist/types --emitDeclarationOnly --declaration true && NODE_ENV=production node ./scripts/build", "check-format": "npm run prettier -- --list-different", "format": "npm run prettier -- --write", "lint": "eslint --ext .js,.ts,.tsx .", "prettier": "prettier \"**/*.+(js|json|scss)\"", "release": "npm run validate && node ./scripts/release", "serve": "serve", "test": "node ./test/test", "validate": "npm-run-all --parallel test check-format lint" }, "typings": "dist/types/ssr-window.d.ts", "version": "2.0.0" }