Newer
Older
ez-indexation / app / node_modules / number-is-nan / package.json
@kieffer kieffer on 7 Mar 2017 2 KB v0.0.0
{
  "_args": [
    [
      {
        "raw": "number-is-nan@^1.0.0",
        "scope": null,
        "escapedName": "number-is-nan",
        "name": "number-is-nan",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/kieffer/tdm/ez-indexation/node_modules/is-finite"
    ]
  ],
  "_from": "number-is-nan@>=1.0.0 <2.0.0",
  "_id": "number-is-nan@1.0.1",
  "_inCache": true,
  "_location": "/number-is-nan",
  "_nodeVersion": "4.5.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/number-is-nan-1.0.1.tgz_1475212313367_0.9480371843092144"
  },
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.15.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "number-is-nan@^1.0.0",
    "scope": null,
    "escapedName": "number-is-nan",
    "name": "number-is-nan",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/is-finite"
  ],
  "_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
  "_shasum": "097b602b53422a522c1afb8790318336941a011d",
  "_shrinkwrap": null,
  "_spec": "number-is-nan@^1.0.0",
  "_where": "/home/kieffer/tdm/ez-indexation/node_modules/is-finite",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/number-is-nan/issues"
  },
  "dependencies": {},
  "description": "ES2015 Number.isNaN() ponyfill",
  "devDependencies": {
    "ava": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "097b602b53422a522c1afb8790318336941a011d",
    "tarball": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "ed9cdac3f428cc929b61bb230da42c87477af4b9",
  "homepage": "https://github.com/sindresorhus/number-is-nan#readme",
  "keywords": [
    "es2015",
    "ecmascript",
    "ponyfill",
    "polyfill",
    "shim",
    "number",
    "is",
    "nan",
    "not"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "number-is-nan",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/number-is-nan.git"
  },
  "scripts": {
    "test": "ava"
  },
  "version": "1.0.1"
}