{ "_args": [ [ "react-virtualized", "/Users/xmfish/Desktop/test/reacttest" ] ], "_cnpm_publish_time": 1494221107727, "_from": "react-virtualized@latest", "_hasShrinkwrap": false, "_id": "react-virtualized@9.7.5", "_inCache": true, "_installable": true, "_location": "/react-virtualized", "_nodeVersion": "7.9.0", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/react-virtualized-9.7.5.tgz_1494221107361_0.9923797629307956" }, "_npmUser": { "email": "briandavidvaughn@gmail.com", "name": "brianvaughn" }, "_npmVersion": "4.2.0", "_phantomChildren": {}, "_requested": { "name": "react-virtualized", "raw": "react-virtualized", "rawSpec": "", "scope": null, "spec": "latest", "type": "tag" }, "_requiredBy": [ "/" ], "_resolved": "http://registry.npm.taobao.org/react-virtualized/download/react-virtualized-9.7.5.tgz", "_shasum": "0b8db21a06938bf88a01f99aadb0f4a92f2fcb22", "_shrinkwrap": null, "_spec": "react-virtualized", "_where": "/Users/xmfish/Desktop/test/reacttest", "author": { "email": "brian.david.vaughn@gmail.com", "name": "Brian Vaughn" }, "browserify": { "transform": [ "loose-envify" ] }, "bugs": { "url": "https://github.com/bvaughn/react-virtualized/issues" }, "dependencies": { "babel-runtime": "^6.11.6", "classnames": "^2.2.3", "dom-helpers": "^2.4.0 || ^3.0.0", "loose-envify": "^1.3.0", "prop-types": "^15.5.4" }, "description": "React components for efficiently rendering large, scrollable lists and tabular data", "devDependencies": { "autoprefixer": "^6.2.3", "babel-cli": "6.8.0", "babel-core": "^6.5.1", "babel-eslint": "^6.0.4", "babel-jest": "^18.0.0", "babel-loader": "^6.2.3", "babel-plugin-__coverage__": "^0.111111.11", "babel-plugin-react-transform": "^2.0.0", "babel-plugin-transform-react-inline-elements": "^6.6.5", "babel-plugin-transform-react-remove-prop-types": "^0.2.10", "babel-plugin-transform-runtime": "^6.15.0", "babel-plugin-typecheck": "^3.9.0", "babel-polyfill": "^6.5.0", "babel-preset-es2015": "6.22.0", "babel-preset-es2015-rollup": "3.0.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-1": "^6.5.0", "bluebird": "^3.0.5", "codecov": "^1.0.1", "codemirror": "^5.18.0", "cross-env": "^1.0.7", "css-loader": "^0.23.0", "express": "^4.13.3", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.8.5", "flow-bin": "^0.39.0", "fs-extra": "^0.30.0", "gh-pages": "^0.11.0", "html-webpack-plugin": "^2.16.1", "immutable": "^3.7.5", "jest": "^18.1.0", "postcss": "^5.0.14", "postcss-cli": "^2.3.3", "postcss-loader": "^0.9.1", "raf": "^3.3.0", "react": "next", "react-codemirror": "^0.2.6", "react-dom": "next", "react-router": "4.0", "react-router-dom": "4.0", "react-transform-catch-errors": "^1.0.2", "react-transform-hmr": "^1.0.2", "redbox-react": "^1.0.1", "rimraf": "^2.4.3", "standard": "^7.0.1", "style-loader": "^0.13.0", "watch": "^0.18.0", "webpack": "^1.9.6", "webpack-dashboard": "0.0.1", "webpack-dev-server": "^1.14.0" }, "directories": {}, "dist": { "noattachment": false, "shasum": "0b8db21a06938bf88a01f99aadb0f4a92f2fcb22", "size": 606007, "tarball": "http://registry.npm.taobao.org/react-virtualized/download/react-virtualized-9.7.5.tgz" }, "files": [ "dist", "styles.css" ], "gitHead": "22ded2465d00c5d9a45bf87c147f61731418b369", "homepage": "https://github.com/bvaughn/react-virtualized", "jest": { "setupFiles": [ "./source/jest-setup.js" ], "testPathDirs": [ "./source" ], "testRegex": ".jest.js", "verbose": true }, "jsnext:main": "dist/es/index.js", "keywords": [ "fixed", "flex", "flexbox", "grid", "header", "infinite", "list", "react", "react-component", "reactjs", "scrolling", "spreadsheet", "table", "virtual", "virtualized" ], "license": "MIT", "main": "dist/commonjs/index.js", "maintainers": [ { "name": "brianvaughn", "email": "briandavidvaughn@gmail.com" } ], "module": "dist/es/index.js", "name": "react-virtualized", "optionalDependencies": {}, "peerDependencies": { "react": "^15.3.0 || ^16.0.0-alpha", "react-dom": "^15.3.0 || ^16.0.0-alpha" }, "publish_time": 1494221107727, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/bvaughn/react-virtualized.git" }, "scripts": { "build": "npm run build:commonjs && npm run build:css && npm run build:es && npm run build:demo && npm run build:umd", "build:commonjs": "npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel source --out-dir dist/commonjs --ignore *.example.js,*.test.js,source/demo/,source/tests.js", "build:css": "postcss --config postcss.config.js --use autoprefixer source/styles.css > styles.css", "build:demo": "npm run clean:demo && cross-env NODE_ENV=production webpack --config webpack.config.demo.js -p --bail", "build:es": "npm run clean:es && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel source --out-dir dist/es --ignore *.example.js,*.test.js,source/demo/,source/tests.js", "build:umd": "npm run clean:umd && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --bail", "clean": "npm run clean:commonjs && npm run clean:demo && npm run clean:es && npm run clean:umd", "clean:commonjs": "rimraf dist/commonjs", "clean:demo": "rimraf build", "clean:es": "rimraf dist/es", "clean:umd": "rimraf dist/umd", "deploy": "gh-pages -d build", "lint": "standard", "postpublish": "npm run deploy", "posttest": "[ -z \"$CI\" ] || codecov", "prebuild": "npm run lint", "predeploy": "cp ./circle.yml ./build/", "prepublish": "npm run build", "start": "cross-env NODE_ENV=development webpack-dev-server --hot --inline --config webpack.config.dev.js", "test": "npm run lint && npm run test:jest", "test:jest": "jest --no-watchman --runInBand", "watch": "watch 'clear && npm run test -s' source", "watch:jest": "jest --no-watchman --watch" }, "standard": { "global": [ "afterAll", "afterEach", "beforeAll", "beforeEach", "describe", "expect", "fdescribe", "fit", "getComputedStyle", "it", "jest", "spyOn" ], "ignore": [ "dist", "playground", "source/vendor" ], "parser": "babel-eslint" }, "user": "bvaughn", "version": "9.7.5" }