UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

167 lines (166 loc) 5.11 kB
{ "_args": [ [ "radium@^0.16.1", "/Users/nick/codes/twreporter-react/node_modules/react-burger-menu" ] ], "_from": "radium@>=0.16.1 <0.17.0", "_id": "radium@0.16.6", "_inCache": true, "_installable": true, "_location": "/radium", "_nodeVersion": "5.5.0", "_npmOperationalInternal": { "host": "packages-9-west.internal.npmjs.com", "tmp": "tmp/radium-0.16.6.tgz_1455130939589_0.039134770864620805" }, "_npmUser": { "email": "tyler@tylerpaulthompson.com", "name": "tptee" }, "_npmVersion": "3.7.0", "_phantomChildren": {}, "_requested": { "name": "radium", "raw": "radium@^0.16.1", "rawSpec": "^0.16.1", "scope": null, "spec": ">=0.16.1 <0.17.0", "type": "range" }, "_requiredBy": [ "/react-burger-menu" ], "_resolved": "https://registry.npmjs.org/radium/-/radium-0.16.6.tgz", "_shasum": "6f814831358925b3d4df250ed2e1133d70276dcf", "_shrinkwrap": null, "_spec": "radium@^0.16.1", "_where": "/Users/nick/codes/twreporter-react/node_modules/react-burger-menu", "bugs": { "url": "https://github.com/formidablelabs/radium/issues" }, "dependencies": { "array-find": "^1.0.0", "exenv": "^1.2.0", "inline-style-prefixer": "^0.6.2", "rimraf": "^2.4.0" }, "description": "A set of tools to manage inline styles on React elements", "devDependencies": { "babel-cli": "^6.3.15", "babel-core": "^6.3.15", "babel-eslint": "^4.1.6", "babel-loader": "^6.2.0", "babel-plugin-add-module-exports": "^0.1.1", "babel-plugin-transform-decorators-legacy": "^1.2.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.3.16", "babel-preset-es2015-loose": "^6.1.3", "babel-preset-react": "^6.3.13", "babel-preset-stage-1": "^6.3.13", "chai": "^3.0.0", "color": "^0.11.1", "concurrently": "^1.0.0", "coveralls": "^2.11.2", "eslint": "^1.10.3", "eslint-plugin-flow-vars": "^0.1.1", "eslint-plugin-react": "^3.13.1", "express": "^4.13.3", "express-http-proxy": "^0.6.0", "flow-bin": "^0.20.1", "in-publish": "^2.0.0", "inject-loader": "^2.0.0", "isparta-loader": "^2.0.0", "karma": "^0.13.3", "karma-babel-preprocessor": "^6.0.1", "karma-coverage": "^0.5.3", "karma-ie-launcher": "^0.2.0", "karma-mocha": "^0.2.0", "karma-mocha-reporter": "^1.1.4", "karma-phantomjs-launcher": "^0.2.0", "karma-phantomjs-shim": "^1.0.0", "karma-sinon-chai": "^1.0.0", "karma-webpack": "^1.7.0", "lodash.merge": "^4.0.2", "mocha": "^2.2.5", "node-libs-browser": "^0.5.2", "nodemon": "^1.4.1", "object-assign": "^4.0.1", "phantomjs": "^1.9.17", "react": "^0.14.0", "react-addons-test-utils": "^0.14.0", "react-dom": "^0.14.0", "sinon": "^1.15.3", "sinon-chai": "^2.8.0", "webpack": "^1.9.11", "webpack-dev-server": "^1.9.0" }, "directories": { "example": "examples" }, "dist": { "shasum": "6f814831358925b3d4df250ed2e1133d70276dcf", "tarball": "http://registry.npmjs.org/radium/-/radium-0.16.6.tgz" }, "files": [ "dist", "lib" ], "gitHead": "dbbbf67e7405f1f2fe0cbafafe798c5cbb6fde9d", "homepage": "https://github.com/formidablelabs/radium", "license": "MIT", "main": "lib/index.js", "maintainers": [ { "name": "alexlande", "email": "alexlande@gmail.com" }, { "name": "coopy", "email": "per@sproutlab.com" }, { "name": "eastridge", "email": "ryan@eastridge.me" }, { "name": "formidable", "email": "admin@formidablelabs.com" }, { "name": "ianobermiller", "email": "ian@obermillers.com" }, { "name": "tptee", "email": "tyler@tylerpaulthompson.com" } ], "name": "radium", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/formidablelabs/radium.git" }, "scripts": { "babel": "rimraf lib && babel src/ -d lib/", "deps-fix": "babel-node ./npm-scripts/move-babel-to-dependencies.js", "deps-restore": "git checkout package.json", "dist": "webpack && webpack --config=webpack.config.minified.js", "examples": "webpack-dev-server --config examples/webpack.config.js --no-info --content-base examples/", "flow": "node -e \"process.exit(process.platform === 'win32' ? 0 : 1)\" || flow check", "lib": "npm run babel && rimraf lib/__tests__ lib/__mocks__", "lint": "eslint src && npm run flow", "postinstall": "cd lib || npm run lib", "postpublish": "npm run deps-restore", "prepublish": "npm run lib && npm run dist && not-in-publish || (npm test && npm run lint && npm run deps-fix)", "start": "babel-node examples/server.js", "test": "karma start", "test-coverage": "karma start karma.conf.coverage.js", "test-dev": "karma start --no-single-run --auto-watch", "test-ie": "karma start karma.conf.ie.js", "universal": "concurrent --kill-others \"npm start\" \"npm run examples\"" }, "version": "0.16.6" }