twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
110 lines (109 loc) • 2.84 kB
JSON
{
"_args": [
[
"is-natural-number@^2.0.0",
"/Users/nick/codes/twreporter-react/node_modules/strip-dirs"
]
],
"_from": "is-natural-number@>=2.0.0 <3.0.0",
"_id": "is-natural-number@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/is-natural-number",
"_nodeVersion": "1.1.0",
"_npmUser": {
"email": "snnskwtnb@gmail.com",
"name": "shinnn"
},
"_npmVersion": "2.5.0",
"_phantomChildren": {},
"_requested": {
"name": "is-natural-number",
"raw": "is-natural-number@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/strip-dirs"
],
"_resolved": "https://registry.npmjs.org/is-natural-number/-/is-natural-number-2.0.0.tgz",
"_shasum": "f7e896fd0c80dc1a51d53c33995cb93608e7a6b2",
"_shrinkwrap": null,
"_spec": "is-natural-number@^2.0.0",
"_where": "/Users/nick/codes/twreporter-react/node_modules/strip-dirs",
"author": {
"name": "Shinnosuke Watanabe",
"url": "https://github.com/shinnn"
},
"bugs": {
"url": "https://github.com/shinnn/is-natural-number.js/issues"
},
"dependencies": {},
"description": "Check if a number is a natural number",
"devDependencies": {
"eslint": "^0.14.1",
"istanbul": "^0.3.5",
"istanbul-coveralls": "^1.0.1",
"jscs": "^1.11.3",
"require-uncached": "^1.0.2",
"tap-dot": "^1.0.0",
"tape": "^3.5.0"
},
"directories": {},
"dist": {
"shasum": "f7e896fd0c80dc1a51d53c33995cb93608e7a6b2",
"tarball": "http://registry.npmjs.org/is-natural-number/-/is-natural-number-2.0.0.tgz"
},
"files": [
"is-natural-number-cjs.js"
],
"gitHead": "1b43e3bdc52269d40194bb27ae14159b0a4fc0fb",
"homepage": "https://github.com/shinnn/is-natural-number.js",
"jscsConfig": {
"maximumLineLength": 98,
"preset": "google",
"requireBlocksOnNewline": true,
"validateLineBreaks": "LF"
},
"keywords": [
"browser",
"check",
"client-side",
"int",
"integer",
"math",
"mathematics",
"natural",
"number",
"range"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shinnn/is-natural-number.js/blob/master/LICENSE"
}
],
"main": "is-natural-number-cjs.js",
"maintainers": [
{
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
}
],
"name": "is-natural-number",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/shinnn/is-natural-number.js.git"
},
"scripts": {
"coverage": "istanbul cover test.js",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
"pretest": "jscs *.js && eslint *.js",
"test": "node test.js | tap-dot"
},
"version": "2.0.0"
}