{ "_from": "react-slick@~0.25.2", "_id": "react-slick@0.25.2", "_inBundle": false, "_integrity": "sha512-8MNH/NFX/R7zF6W/w+FS5VXNyDusF+XDW1OU0SzODEU7wqYB+ZTGAiNJ++zVNAVqCAHdyCybScaUB+FCZOmBBw==", "_location": "/react-slick", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "react-slick@~0.25.2", "name": "react-slick", "escapedName": "react-slick", "rawSpec": "~0.25.2", "saveSpec": null, "fetchSpec": "~0.25.2" }, "_requiredBy": [ "/antd" ], "_resolved": "https://registry.npmjs.org/react-slick/-/react-slick-0.25.2.tgz", "_shasum": "56331b67d47d8bcfe2dceb6acab1c8fd5bd1f6bc", "_spec": "react-slick@~0.25.2", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/antd", "author": { "name": "Kiran Abburi" }, "bugs": { "url": "https://github.com/akiran/react-slick/issues" }, "bundleDependencies": false, "collective": { "type": "opencollective", "url": "https://opencollective.com/react-slick", "logo": "https://opencollective.com/opencollective/logo.txt" }, "dependencies": { "classnames": "^2.2.5", "enquire.js": "^2.1.6", "json2mq": "^0.2.0", "lodash.debounce": "^4.0.8", "resize-observer-polyfill": "^1.5.0" }, "deprecated": false, "description": " React port of slick carousel", "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.1.2", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0", "autoprefixer": "^7.1.2", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^9.0.0", "babel-jest": "^24.8.0", "babel-loader": "^8.0.4", "babel-preset-airbnb": "^2.1.1", "css-loader": "^2.1.1", "deepmerge": "^1.1.0", "del": "^2.2.2", "enzyme": "^3.2.0", "enzyme-adapter-react-16": "^1.1.0", "es5-shim": "^4.5.9", "eslint": "^5.9.0", "eslint-plugin-import": "^2.9.0", "eslint-plugin-react": "^6.3.0", "express": "^4.14.0", "foundation-apps": "^1.2.0", "gulp": "^4.0.0", "gulp-sass": "^4.0.0", "husky": "^0.14.3", "jasmine-core": "^2.5.2", "jest": "^24.8.0", "jquery": "^3.2.1", "js-beautify": "^1.7.5", "json-loader": "^0.5.4", "lint-staged": "^7.0.3", "node-sass": "^4.5.2", "opn": "^5.4.0", "postcss-loader": "^1.3.3", "prettier": "^1.14.3", "raf": "^3.4.0", "react": "^16.0.0", "react-addons-test-utils": "^15.6.2", "react-dom": "^16.0.0", "react-test-renderer": "^16.0.0", "sass-loader": "^6.0.3", "sinon": "^2.1.0", "slick-carousel": "^1.8.1", "style-loader": "^0.16.1", "uglifyjs-webpack-plugin": "^2.0.1", "webpack": "^4.21.0", "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.9", "why-did-you-update": "^0.1.1" }, "files": [ "dist", "lib" ], "homepage": "https://github.com/akiran/react-slick", "jest": { "setupFiles": [ "./test-setup.js" ], "testPathIgnorePatterns": [ "/__tests__/scripts.js", "/__tests__/testUtils.js" ] }, "keywords": [ "slick", "carousel", "Image slider", "orbit", "slider", "react-component" ], "license": "MIT", "lint-staged": { "*.{js,json,md}": [ "prettier --write", "git add" ] }, "main": "./lib", "name": "react-slick", "npmFileMap": [ { "basePath": "/dist/", "files": [ "*.js" ] } ], "npmName": "react-slick", "peerDependencies": { "react": "^0.14.0 || ^15.0.1 || ^16.0.0", "react-dom": "^0.14.0 || ^15.0.1 || ^16.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/akiran/react-slick.git" }, "scripts": { "build": "gulp clean && gulp sass && gulp copy && webpack", "gen": "node examples/scripts/generateExampleConfigs.js && node examples/scripts/generateExamples.js && xdg-open docs/jquery.html", "lint": "eslint src", "precommit": "lint-staged", "prepublish": "babel ./src --out-dir ./lib && gulp dist", "start": "gulp server", "test": "npm run lint && jest", "test:watch": "jest --watch" }, "version": "0.25.2" }