flux-router-component
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "flux-router-component", | ||
"version": "0.0.0", | ||
"description": "React components and mixins for router related features that work for applications with Flux architecture", | ||
"version": "0.0.1", | ||
"description": "Router-related React component and mixin for applications with Flux architecture", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/yahoo/flux-router-component.git" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"cover": "node node_modules/istanbul/lib/cli.js cover --dir artifacts -- ./node_modules/mocha/bin/_mocha tests/unit/ --recursive --reporter spec", | ||
"lint": "./node_modules/.bin/jshint lib tests", | ||
"test": "./node_modules/.bin/mocha tests/unit/ --recursive --reporter spec" | ||
}, | ||
"author": "lingyan <lingyan.zhu@gmail.com>", | ||
"license": "BSD" | ||
"author": "Lingyan Zhu <lingyan@yahoo-inc.com", | ||
"licenses": [ | ||
{ | ||
"type": "BSD", | ||
"url": "https://github.com/yahoo/flux-router-component/blob/master/LICENSE.md" | ||
} | ||
], | ||
"dependencies": { | ||
"debug": "^1.0.0", | ||
"react": "^0.10.0", | ||
"routr": "^0.0.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^1.9.1", | ||
"grunt": "^0.4.0", | ||
"grunt-cli": "^0.1.0", | ||
"grunt-react": "^0.8.0", | ||
"istanbul": "^0.2.10", | ||
"jsdom": "^0.11.1", | ||
"jshint": "^2.5.1", | ||
"mocha": "^1.20.0", | ||
"precommit-hook": "^1.0.2", | ||
"react-tools": "^0.10.0" | ||
}, | ||
"jshintConfig": { | ||
"node": true | ||
}, | ||
"keywords": [ | ||
"flux", | ||
"history", | ||
"navigation", | ||
"react", | ||
"router" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
8741
9
0
79
2
1
73
0
0
3
10
+ Addeddebug@^1.0.0
+ Addedreact@^0.10.0
+ Addedroutr@^0.0.1
+ Addedamdefine@1.0.1(transitive)
+ Addedbase62@0.1.1(transitive)
+ Addeddebug@1.0.5(transitive)
+ Addedenvify@1.2.1(transitive)
+ Addedesprima-fb@3001.1.0-dev-harmony-fb(transitive)
+ Addedisarray@0.0.1(transitive)
+ Addedjstransform@3.0.0(transitive)
+ Addedms@2.0.0(transitive)
+ Addedobject-keys@0.4.0(transitive)
+ Addedpath-to-regexp@0.2.51.9.0(transitive)
+ Addedreact@0.10.0(transitive)
+ Addedreverend@0.3.1(transitive)
+ Addedroutr@0.0.1(transitive)
+ Addedsource-map@0.1.31(transitive)
+ Addedthrough@2.3.8(transitive)
+ Addedxtend@2.1.2(transitive)