Feuerwehr-eppingen/node_modules/is-odd/package.json

151 lines
3.3 KiB
JSON

{
"_args": [
[
{
"raw": "is-odd@^2.0.0",
"scope": null,
"escapedName": "is-odd",
"name": "is-odd",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/nanomatch"
]
],
"_from": "is-odd@>=2.0.0 <3.0.0",
"_id": "is-odd@2.0.0",
"_inCache": true,
"_location": "/is-odd",
"_nodeVersion": "8.7.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/is-odd-2.0.0.tgz_1509514503241_0.6080242525786161"
},
"_npmUser": {
"name": "jonschlinkert",
"email": "github@sellside.com"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "is-odd@^2.0.0",
"scope": null,
"escapedName": "is-odd",
"name": "is-odd",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/nanomatch"
],
"_resolved": "https://registry.npmjs.org/is-odd/-/is-odd-2.0.0.tgz",
"_shasum": "7646624671fd7ea558ccd9a2795182f2958f1b24",
"_shrinkwrap": null,
"_spec": "is-odd@^2.0.0",
"_where": "/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/nanomatch",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-odd/issues"
},
"contributors": [
{
"name": "Dmitry Semigradsky",
"url": "http://brainstorage.me/semigradsky"
},
{
"name": "DYM",
"url": "https://dym.sh"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Rouven Weßling",
"url": "www.rouvenwessling.de"
}
],
"dependencies": {
"is-number": "^4.0.0"
},
"description": "Returns true if the given number is odd.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^4.0.1"
},
"directories": {},
"dist": {
"integrity": "sha512-OTiixgpZAT1M4NHgS5IguFp/Vz2VI3U7Goh4/HA1adtwyLtSBrxYlcSYkhpAE07s4fKEcjrFxyvtQBND4vFQyQ==",
"shasum": "7646624671fd7ea558ccd9a2795182f2958f1b24",
"tarball": "https://registry.npmjs.org/is-odd/-/is-odd-2.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "b29f7e82fc879ad23e925fd669f624c131e3e307",
"homepage": "https://github.com/jonschlinkert/is-odd",
"keywords": [
"array",
"count",
"even",
"filter",
"integer",
"is",
"math",
"numeric",
"odd",
"string"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "doowb",
"email": "brian.woodward@gmail.com"
},
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "is-odd",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-odd.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"exponential-moving-average",
"is-even",
"sma"
]
},
"lint": {
"reflinks": true
}
},
"version": "2.0.0"
}