UNPKG

react-redux-express

Version:

React fullstack generator with express,redux, and some components.

143 lines (142 loc) 3.82 kB
{ "_args": [ [ "history@3.0.0", "/Users/yzf/Desktop/React/react-redux-express" ] ], "_cnpm_publish_time": 1464629786876, "_from": "history@3.0.0", "_id": "history@3.0.0", "_inCache": true, "_installable": true, "_location": "/history", "_nodeVersion": "6.0.0", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/history-3.0.0.tgz_1464629784864_0.251627802150324" }, "_npmUser": { "email": "mjijackson@gmail.com", "name": "mjackson" }, "_npmVersion": "3.8.6", "_phantomChildren": {}, "_requested": { "name": "history", "raw": "history@3.0.0", "rawSpec": "3.0.0", "scope": null, "spec": "3.0.0", "type": "version" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/history/-/history-3.0.0.tgz", "_shasum": "02cff4e6f69dc62dd81161104a63f5b85ead0c85", "_shrinkwrap": null, "_spec": "history@3.0.0", "_where": "/Users/yzf/Desktop/React/react-redux-express", "author": { "name": "Michael Jackson" }, "babel": { "plugins": [ "dev-expression", "transform-object-assign" ], "presets": [ "es2015", "stage-1" ] }, "bugs": { "url": "https://github.com/mjackson/history/issues" }, "dependencies": { "invariant": "^2.0.0", "query-string": "^4.1.0", "warning": "^2.0.0" }, "description": "Manage browser history with JavaScript", "devDependencies": { "babel-cli": "^6.8.0", "babel-eslint": "^6.0.0", "babel-loader": "^6.2.4", "babel-plugin-dev-expression": "^0.2.1", "babel-plugin-transform-object-assign": "^6.8.0", "babel-preset-es2015": "^6.6.0", "babel-preset-stage-1": "^6.5.0", "eslint": "^2.5.1", "eslint-config-airbnb": "^9.0.1", "eslint-plugin-import": "^1.8.1", "eslint-plugin-jsx-a11y": "^1.2.2", "eslint-plugin-react": "^5.1.1", "expect": "^1.20.1", "gzip-size": "^3.0.0", "in-publish": "^2.0.0", "karma": "^0.13.3", "karma-browserstack-launcher": "^1.0.0", "karma-chrome-launcher": "^1.0.1", "karma-mocha": "^1.0.1", "karma-mocha-reporter": "^2.0.3", "karma-sourcemap-loader": "^0.3.5", "karma-webpack": "^1.7.0", "mocha": "^2.0.1", "pretty-bytes": "^3.0.1", "readline-sync": "^1.4.1", "rimraf": "^2.4.2", "webpack": "^1.4.13", "webpack-dev-server": "^1.10.1" }, "directories": {}, "dist": { "noattachment": false, "shasum": "02cff4e6f69dc62dd81161104a63f5b85ead0c85", "size": 31668, "tarball": "http://registry.npm.taobao.org/history/download/history-3.0.0.tgz" }, "files": [ "lib", "umd" ], "gitHead": "6a92da86cdd1e3311a1fb1e8f9598a1f718820db", "homepage": "https://github.com/mjackson/history#readme", "keywords": [ "history", "location" ], "license": "MIT", "main": "lib", "maintainers": [ { "email": "mjijackson@gmail.com", "name": "mjackson" } ], "name": "history", "optionalDependencies": {}, "publish_time": 1464629786876, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/mjackson/history.git" }, "scripts": { "build": "node ./scripts/build.js", "build-lib": "rimraf lib && babel ./modules -d lib --ignore '__tests__'", "build-min": "webpack -p modules/index.js umd/history.min.js", "build-umd": "webpack modules/index.js umd/history.js", "lint": "eslint modules", "prepublish": "node ./scripts/build.js", "release": "node ./scripts/release.js", "start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js", "test": "npm run lint && karma start" }, "tags": [ "history", "location" ], "version": "3.0.0" }