{ "_args": [ [ "react-resizable@1.7.5", "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI" ] ], "_from": "react-resizable@1.7.5", "_id": "react-resizable@1.7.5", "_inBundle": false, "_integrity": "sha512-lauPcBsLqmxMHXHpTeOBpYenGalbSikYr8hK+lwtNYMQX1pGd2iYE+pDvZEV97nCnzuCtWM9htp7OpsBIY2Sjw==", "_location": "/react-resizable", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "react-resizable@1.7.5", "name": "react-resizable", "escapedName": "react-resizable", "rawSpec": "1.7.5", "saveSpec": null, "fetchSpec": "1.7.5" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/react-resizable/-/react-resizable-1.7.5.tgz", "_spec": "1.7.5", "_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI", "author": { "name": "Samuel Reed", "email": "samuel.trace.reed@gmail.com", "url": "http://strml.net/" }, "bugs": { "url": "https://github.com/STRML/react-resizable/issues" }, "dependencies": { "prop-types": "15.x", "react-draggable": "^2.2.6 || ^3.0.3" }, "description": "A component that is resizable with handles.", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^8.0.1", "babel-loader": "^7.1.2", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "cross-env": "^5.0.5", "css-loader": "^0.28.7", "eslint": "^4.7.2", "eslint-plugin-react": "^7.4.0", "flow-bin": "^0.55.0", "lodash": "^4.3.0", "pre-commit": "^1.1.2", "react": "^16.0.0", "react-dom": "^16.0.0", "style-loader": "^0.18.2", "webpack": "^3.6.0", "webpack-dev-server": "^2.8.2" }, "homepage": "https://github.com/STRML/react-resizable", "keywords": [ "react", "resize", "resizable" ], "license": "MIT", "main": "index.js", "name": "react-resizable", "peerDependencies": { "react": "0.14.x || 15.x || 16.x", "react-dom": "0.14.x || 15.x || 16.x" }, "pre-commit": [ "lint", "validate" ], "publishConfig": { "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/STRML/react-resizable.git" }, "scripts": { "build": "bash build.sh", "build-example": "webpack", "dev": "webpack-dev-server --open --open-page=examples/1.html", "flow": "flow", "lint": "eslint --ext .js,.jsx lib/ test/; flow", "postversion": "git push && git push --tags", "prepare": "npm run build", "preversion": "npm run lint", "test": "echo \"Error: no test specified\" && exit 1", "validate": "yarn check", "version": "git add CHANGELOG.md", "watch": "webpack --progress --watch" }, "version": "1.7.5" }