1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "number-is-nan",
- "version": "1.0.1",
- "description": "ES2015 Number.isNaN() ponyfill",
- "license": "MIT",
- "repository": "sindresorhus/number-is-nan",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "ava"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "es2015",
- "ecmascript",
- "ponyfill",
- "polyfill",
- "shim",
- "number",
- "is",
- "nan",
- "not"
- ],
- "devDependencies": {
- "ava": "*"
- },
- "__npminstall_done": true,
- "_from": "number-is-nan@1.0.1",
- "_resolved": "https://registry.npmmirror.com/number-is-nan/-/number-is-nan-1.0.1.tgz"
- }
|