1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_args": [
- [
- "number-is-nan@^1.0.0",
- "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/is-finite"
- ]
- ],
- "_from": "number-is-nan@>=1.0.0 <2.0.0",
- "_id": "number-is-nan@1.0.0",
- "_inCache": true,
- "_location": "/number-is-nan",
- "_nodeVersion": "0.12.3",
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "2.10.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "number-is-nan",
- "raw": "number-is-nan@^1.0.0",
- "rawSpec": "^1.0.0",
- "scope": null,
- "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.0.tgz",
- "_shasum": "c020f529c5282adfdd233d91d4b181c3d686dc4b",
- "_shrinkwrap": null,
- "_spec": "number-is-nan@^1.0.0",
- "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/is-finite",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/number-is-nan/issues"
- },
- "dependencies": {},
- "description": "ES6 Number.isNaN() ponyfill",
- "devDependencies": {
- "ava": "0.0.4"
- },
- "directories": {},
- "dist": {
- "shasum": "c020f529c5282adfdd233d91d4b181c3d686dc4b",
- "tarball": "http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "0f394b1bc33185c40304363b209e3f0588dbeeb3",
- "homepage": "https://github.com/sindresorhus/number-is-nan#readme",
- "installable": true,
- "keywords": [
- "ecmascript",
- "es2015",
- "es6",
- "harmony",
- "is",
- "nan",
- "not",
- "number",
- "polyfill",
- "ponyfill",
- "shim"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "number-is-nan",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/number-is-nan.git"
- },
- "scripts": {
- "test": "node test.js"
- },
- "version": "1.0.0"
- }
|