110 lines
3.0 KiB
JSON
110 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "is-natural-number@^2.0.0",
|
|
"scope": null,
|
|
"escapedName": "is-natural-number",
|
|
"name": "is-natural-number",
|
|
"rawSpec": "^2.0.0",
|
|
"spec": ">=2.0.0 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"c:\\xampp\\htdocs\\laravel\\node_modules\\strip-dirs"
|
|
]
|
|
],
|
|
"_from": "is-natural-number@>=2.0.0 <3.0.0",
|
|
"_id": "is-natural-number@2.1.1",
|
|
"_inCache": true,
|
|
"_location": "/is-natural-number",
|
|
"_nodeVersion": "6.0.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/is-natural-number-2.1.1.tgz_1462519569263_0.1381252424325794"
|
|
},
|
|
"_npmUser": {
|
|
"name": "shinnn",
|
|
"email": "snnskwtnb@gmail.com"
|
|
},
|
|
"_npmVersion": "3.8.6",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "is-natural-number@^2.0.0",
|
|
"scope": null,
|
|
"escapedName": "is-natural-number",
|
|
"name": "is-natural-number",
|
|
"rawSpec": "^2.0.0",
|
|
"spec": ">=2.0.0 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/strip-dirs"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-natural-number/-/is-natural-number-2.1.1.tgz",
|
|
"_shasum": "7d4c5728377ef386c3e194a9911bf57c6dc335e7",
|
|
"_shrinkwrap": null,
|
|
"_spec": "is-natural-number@^2.0.0",
|
|
"_where": "c:\\xampp\\htdocs\\laravel\\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 value is a natural number",
|
|
"devDependencies": {
|
|
"@shinnn/eslint-config": "^2.1.0",
|
|
"eslint": "^2.9.0",
|
|
"istanbul": "^0.4.3",
|
|
"require-uncached": "^1.0.2",
|
|
"tap-dot": "^1.0.5",
|
|
"tape": "^4.5.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "7d4c5728377ef386c3e194a9911bf57c6dc335e7",
|
|
"tarball": "https://registry.npmjs.org/is-natural-number/-/is-natural-number-2.1.1.tgz"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.jsnext.js"
|
|
],
|
|
"gitHead": "49dc437da15aacc8b6c6d0fc643f29ec40a2902f",
|
|
"homepage": "https://github.com/shinnn/is-natural-number.js#readme",
|
|
"jsnext:main": "index.jsnext.js",
|
|
"keywords": [
|
|
"number",
|
|
"natural",
|
|
"check",
|
|
"int",
|
|
"integer",
|
|
"math",
|
|
"mathematics",
|
|
"range",
|
|
"browser",
|
|
"client-side"
|
|
],
|
|
"license": "MIT",
|
|
"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": "node --strong_mode node_modules/.bin/istanbul cover test.js",
|
|
"pretest": "eslint --config @shinnn is-natural-number-cjs.js --ignore-path .gitignore .",
|
|
"test": "node --strong_mode --throw-deprecation --track-heap-objects test.js | tap-dot"
|
|
},
|
|
"version": "2.1.1"
|
|
}
|