react-mdl
Version:
React Components wrapper for Material Design Lite UI
134 lines (133 loc) • 3.83 kB
JSON
{
"_args": [
[
"history@^2.0.0",
"/Users/tommy.leunen/dev/react-mdl/node_modules/react-router"
]
],
"_from": "history@>=2.0.0 <3.0.0",
"_id": "history@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/history",
"_nodeVersion": "5.3.0",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/history-2.0.0.tgz_1454610918089_0.9449934186413884"
},
"_npmUser": {
"email": "mjijackson@gmail.com",
"name": "mjackson"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "history",
"raw": "history@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/react-router"
],
"_resolved": "https://registry.npmjs.org/history/-/history-2.0.0.tgz",
"_shasum": "6d5144af2da8a3dea4e5f1abae11a3c2e868e2c7",
"_shrinkwrap": null,
"_spec": "history@^2.0.0",
"_where": "/Users/tommy.leunen/dev/react-mdl/node_modules/react-router",
"authors": [
"Michael Jackson"
],
"bugs": {
"url": "https://github.com/rackt/history/issues"
},
"dependencies": {
"deep-equal": "^1.0.0",
"invariant": "^2.0.0",
"query-string": "^3.0.0",
"warning": "^2.0.0"
},
"description": "A minimal, functional history implementation for JavaScript",
"devDependencies": {
"assert": "1.3.0",
"babel": "^5.4.7",
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.23",
"babel-loader": "^5.0.0",
"babel-plugin-dev-expression": "^0.1.0",
"eslint": "1.4.1",
"eslint-config-rackt": "1.0.0",
"eslint-plugin-react": "3.3.2",
"expect": "^1.12.0",
"gzip-size": "^3.0.0",
"isparta-loader": "^1.0.0",
"karma": "^0.13.3",
"karma-browserstack-launcher": "^0.1.3",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.3",
"karma-coveralls": "^1.1.2",
"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": "^2.0.1",
"rimraf": "^2.4.2",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.10.1"
},
"directories": {},
"dist": {
"shasum": "6d5144af2da8a3dea4e5f1abae11a3c2e868e2c7",
"tarball": "http://registry.npmjs.org/history/-/history-2.0.0.tgz"
},
"files": [
"*.md",
"docs",
"es6",
"lib",
"modules/*.js",
"npm-scripts",
"umd"
],
"gitHead": "b4def645e6ffd99cbee7a387717b826493f07972",
"homepage": "https://github.com/rackt/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/rackt/history.git"
},
"scripts": {
"build": "npm run build-cjs && npm run build-es6",
"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",
"postinstall": "node ./npm-scripts/postinstall.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.0"
}