attributes-kit
Version:
React component for MSON rendering
137 lines (136 loc) • 3.63 kB
JSON
{
"_args": [
[
"history@^4.6.1",
"/home/ubuntu/attributes-kit"
]
],
"_from": "history@>=4.6.1 <5.0.0",
"_id": "history@4.6.1",
"_inCache": true,
"_installable": true,
"_location": "/history",
"_nodeVersion": "6.6.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/history-4.6.1.tgz_1489640830473_0.05165916541591287"
},
"_npmUser": {
"email": "mjijackson@gmail.com",
"name": "mjackson"
},
"_npmVersion": "4.0.5",
"_phantomChildren": {},
"_requested": {
"name": "history",
"raw": "history@^4.6.1",
"rawSpec": "^4.6.1",
"scope": null,
"spec": ">=4.6.1 <5.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/",
"/react-router"
],
"_resolved": "https://registry.npmjs.org/history/-/history-4.6.1.tgz",
"_shasum": "911cf8eb65728555a94f2b12780a0c531a14d2fd",
"_shrinkwrap": null,
"_spec": "history@^4.6.1",
"_where": "/home/ubuntu/attributes-kit",
"author": {
"name": "Michael Jackson"
},
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/reacttraining/history/issues"
},
"dependencies": {
"invariant": "^2.2.1",
"loose-envify": "^1.2.0",
"resolve-pathname": "^2.0.0",
"value-equal": "^0.2.0",
"warning": "^3.0.0"
},
"description": "Manage session history with JavaScript",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.10",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-1": "^6.5.0",
"eslint": "^3.3.0",
"eslint-plugin-import": "^2.0.0",
"expect": "^1.20.1",
"gzip-size": "^3.0.0",
"in-publish": "^2.0.0",
"karma": "^1.2.0",
"karma-browserstack-launcher": "^1.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.1",
"mocha": "^3.0.2",
"pretty-bytes": "^4.0.2",
"readline-sync": "^1.4.4",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"directories": {},
"dist": {
"shasum": "911cf8eb65728555a94f2b12780a0c531a14d2fd",
"tarball": "https://registry.npmjs.org/history/-/history-4.6.1.tgz"
},
"files": [
"DOMUtils.js",
"ExecutionEnvironment.js",
"LocationUtils.js",
"PathUtils.js",
"createBrowserHistory.js",
"createHashHistory.js",
"createMemoryHistory.js",
"createTransitionManager.js",
"es",
"index.js",
"umd"
],
"gitHead": "a647c5d1e5442998855700195b80a8a60b7f7656",
"homepage": "https://github.com/reacttraining/history#readme",
"keywords": [
"history",
"location"
],
"license": "MIT",
"maintainers": [
{
"name": "mjackson",
"email": "mjijackson@gmail.com"
}
],
"name": "history",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/reacttraining/history.git"
},
"scripts": {
"build": "node ./tools/build.js",
"clean": "git clean -e '!node_modules' -fdX .",
"lint": "eslint modules",
"prepublish": "node ./tools/build.js",
"release": "node ./tools/release.js",
"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
"test": "karma start --single-run"
},
"version": "4.6.1"
}