electron-react-boilerplate
Version:
Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development
130 lines (129 loc) • 3.77 kB
JSON
{
"_args": [
[
"history@^2.0.1",
"/Users/chentsulin/Projects/electron-react-boilerplate/node_modules/react-router"
]
],
"_from": "history@>=2.0.1 <3.0.0",
"_id": "history@2.0.2",
"_inCache": true,
"_installable": true,
"_location": "/history",
"_nodeVersion": "5.9.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/history-2.0.2.tgz_1460701793746_0.18748744414187968"
},
"_npmUser": {
"email": "mjijackson@gmail.com",
"name": "mjackson"
},
"_npmVersion": "3.7.3",
"_phantomChildren": {},
"_requested": {
"name": "history",
"raw": "history@^2.0.1",
"rawSpec": "^2.0.1",
"scope": null,
"spec": ">=2.0.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/react-router"
],
"_resolved": "http://registry.npmjs.org/history/-/history-2.0.2.tgz",
"_shasum": "da80077de789603d23747f85373d98d188c37499",
"_shrinkwrap": null,
"_spec": "history@^2.0.1",
"_where": "/Users/chentsulin/Projects/electron-react-boilerplate/node_modules/react-router",
"authors": [
"Michael Jackson"
],
"bugs": {
"url": "https://github.com/mjackson/history/issues"
},
"dependencies": {
"deep-equal": "^1.0.0",
"invariant": "^2.0.0",
"query-string": "^3.0.0",
"warning": "^2.0.0"
},
"description": "Manage browser history with JavaScript",
"devDependencies": {
"assert": "1.3.0",
"babel": "^5.8.35",
"babel-core": "^5.8.35",
"babel-eslint": "^4.1.8",
"babel-loader": "^5.4.0",
"babel-plugin-dev-expression": "^0.1.0",
"eslint": "^1.10.3",
"eslint-config-rackt": "^1.1.1",
"eslint-plugin-react": "^3.16.1",
"expect": "^1.12.0",
"gzip-size": "^3.0.0",
"karma": "^0.13.3",
"karma-browserstack-launcher": "^0.1.3",
"karma-chrome-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.4",
"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": {
"shasum": "da80077de789603d23747f85373d98d188c37499",
"tarball": "https://registry.npmjs.org/history/-/history-2.0.2.tgz"
},
"files": [
"es6",
"lib",
"modules/*.js",
"umd"
],
"gitHead": "7244f6da2c328c5d89d242d27da6dce1704416a6",
"homepage": "https://github.com/mjackson/history#readme",
"jsnext:main": "es6/index",
"keywords": [
"history",
"location"
],
"license": "MIT",
"main": "lib/index",
"maintainers": [
{
"email": "mjijackson@gmail.com",
"name": "mjackson"
}
],
"name": "history",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mjackson/history.git"
},
"scripts": {
"build": "node ./scripts/build.js",
"build-cjs": "rimraf lib && babel ./modules --stage 0 --loose all --plugins dev-expression -d lib --ignore '__tests__'",
"build-es6": "rimraf es6 && babel ./modules --stage 0 --loose all --plugins dev-expression -d es6 --blacklist=es6.modules --ignore '__tests__'",
"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
"lint": "eslint modules",
"prepublish": "npm run build",
"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": "2.0.2"
}