All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.bower.lib.node_modules.is-finite.package.json Maven / Gradle / Ivy

{
    "_args": [
        
    ],
    "_from": "is-finite@>=1.0.0 <2.0.0",
    "_id": "[email protected]",
    "_inCache": true,
    "_installable": true,
    "_location": "/is-finite",
    "_nodeVersion": "0.12.3",
    "_npmUser": {
        "email": "[email protected]",
        "name": "sindresorhus"
    },
    "_npmVersion": "2.10.0",
    "_phantomChildren": {
        
    },
    "_requested": {
        "name": "is-finite",
        "raw": "is-finite@^1.0.0",
        "rawSpec": "^1.0.0",
        "scope": null,
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
    },
    "_requiredBy": [
        "/repeating"
    ],
    "_resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz",
    "_shasum": "6438603eaebe2793948ff4a4262ec8db3d62597b",
    "_shrinkwrap": null,
    "_spec": "is-finite@^1.0.0",
    "_where": "",
    "author": {
        "email": "[email protected]",
        "name": "Sindre Sorhus",
        "url": "sindresorhus.com"
    },
    "bugs": {
        "url": "https://github.com/sindresorhus/is-finite/issues"
    },
    "dependencies": {
        "number-is-nan": "^1.0.0"
    },
    "description": "ES6 Number.isFinite() ponyfill",
    "devDependencies": {
        "ava": "0.0.4"
    },
    "directories": {
        
    },
    "dist": {
        "shasum": "6438603eaebe2793948ff4a4262ec8db3d62597b",
        "tarball": "http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz"
    },
    "engines": {
        "node": ">=0.10.0"
    },
    "files": [
        "index.js"
    ],
    "gitHead": "7d952746a66df2f9955a59a0d013ed14b3ad1f60",
    "homepage": "https://github.com/sindresorhus/is-finite#readme",
    "keywords": [
        "ecmascript",
        "es6",
        "finite",
        "harmony",
        "is",
        "number",
        "polyfill",
        "ponyfill",
        "shim"
    ],
    "license": "MIT",
    "maintainers": [
        {
            "email": "[email protected]",
            "name": "sindresorhus"
        }
    ],
    "name": "is-finite",
    "optionalDependencies": {
        
    },
    "readme": "ERROR: No README data found!",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/sindresorhus/is-finite.git"
    },
    "scripts": {
        "test": "node test.js"
    },
    "version": "1.0.1"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy