UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

99 lines (98 loc) 2.71 kB
{ "_args": [ [ "redux-logger@^1.0.9", "/Users/nick/codes/twreporter-react" ] ], "_from": "redux-logger@>=1.0.9 <2.0.0", "_id": "redux-logger@1.0.9", "_inCache": true, "_installable": true, "_location": "/redux-logger", "_nodeVersion": "0.12.5", "_npmUser": { "email": "npm@theaqua.im", "name": "theaqua" }, "_npmVersion": "2.13.3", "_phantomChildren": {}, "_requested": { "name": "redux-logger", "raw": "redux-logger@^1.0.9", "rawSpec": "^1.0.9", "scope": null, "spec": ">=1.0.9 <2.0.0", "type": "range" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/redux-logger/-/redux-logger-1.0.9.tgz", "_shasum": "144ff2c7c201a259ac71ca922b1ee215c9363478", "_shrinkwrap": null, "_spec": "redux-logger@^1.0.9", "_where": "/Users/nick/codes/twreporter-react", "author": { "name": "Eugene Rodionov", "url": "https://github.com/theaqua" }, "bugs": { "url": "https://github.com/fcomb/redux-logger/issues" }, "dependencies": {}, "description": "Logger for redux", "devDependencies": { "babel": "^5.8.23", "babel-core": "^5.8.24", "babel-eslint": "^4.1.2", "babel-loader": "^5.3.2", "eslint": "^1.4.3", "eslint-config-airbnb": "0.0.8", "eslint-plugin-react": "^3.4.2", "gh-pages": "^0.4.0", "rimraf": "^2.4.3", "webpack": "^1.12.1" }, "directories": {}, "dist": { "shasum": "144ff2c7c201a259ac71ca922b1ee215c9363478", "tarball": "http://registry.npmjs.org/redux-logger/-/redux-logger-1.0.9.tgz" }, "gitHead": "bd028e8f8cd96a6512c71262a5c1659699d74d5c", "homepage": "https://github.com/fcomb/redux-logger#readme", "keywords": [ "logger", "middleware", "redux", "redux", "redux-logger" ], "license": "MIT", "main": "build/index.js", "maintainers": [ { "name": "theaqua", "email": "npm@theaqua.im" } ], "name": "redux-logger", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/fcomb/redux-logger.git" }, "scripts": { "build": "npm run build:module && npm run build:example", "build:example": "webpack -p --config example/webpack.config.production.js", "build:module": "babel src --out-dir build", "clean": "rimraf build", "deploy": "npm run build:example && git add -A && git commit -am 'chore: update build' && git push && npm run deploy:ghpages", "deploy:ghpages": "gh-pages -d example/dist", "lint": "eslint src", "prepublish": "npm run clean && npm run test && npm run build", "test": "npm run lint" }, "version": "1.0.9" }