Initial commit
[yaffs-website] / node_modules / number-is-nan / package.json
1 {
2   "_args": [
3     [
4       "number-is-nan@^1.0.0",
5       "/var/www/yaffs/node_modules/is-finite"
6     ]
7   ],
8   "_from": "number-is-nan@>=1.0.0 <2.0.0",
9   "_id": "number-is-nan@1.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/number-is-nan",
13   "_nodeVersion": "4.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/number-is-nan-1.0.1.tgz_1475212313367_0.9480371843092144"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "2.15.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "number-is-nan",
26     "raw": "number-is-nan@^1.0.0",
27     "rawSpec": "^1.0.0",
28     "scope": null,
29     "spec": ">=1.0.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/is-finite",
34     "/is-fullwidth-code-point"
35   ],
36   "_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
37   "_shasum": "097b602b53422a522c1afb8790318336941a011d",
38   "_shrinkwrap": null,
39   "_spec": "number-is-nan@^1.0.0",
40   "_where": "/var/www/yaffs/node_modules/is-finite",
41   "author": {
42     "email": "sindresorhus@gmail.com",
43     "name": "Sindre Sorhus",
44     "url": "sindresorhus.com"
45   },
46   "bugs": {
47     "url": "https://github.com/sindresorhus/number-is-nan/issues"
48   },
49   "dependencies": {},
50   "description": "ES2015 Number.isNaN() ponyfill",
51   "devDependencies": {
52     "ava": "*"
53   },
54   "directories": {},
55   "dist": {
56     "shasum": "097b602b53422a522c1afb8790318336941a011d",
57     "tarball": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz"
58   },
59   "engines": {
60     "node": ">=0.10.0"
61   },
62   "files": [
63     "index.js"
64   ],
65   "gitHead": "ed9cdac3f428cc929b61bb230da42c87477af4b9",
66   "homepage": "https://github.com/sindresorhus/number-is-nan#readme",
67   "keywords": [
68     "ecmascript",
69     "es2015",
70     "is",
71     "nan",
72     "not",
73     "number",
74     "polyfill",
75     "ponyfill",
76     "shim"
77   ],
78   "license": "MIT",
79   "maintainers": [
80     {
81       "name": "sindresorhus",
82       "email": "sindresorhus@gmail.com"
83     }
84   ],
85   "name": "number-is-nan",
86   "optionalDependencies": {},
87   "readme": "ERROR: No README data found!",
88   "repository": {
89     "type": "git",
90     "url": "git+https://github.com/sindresorhus/number-is-nan.git"
91   },
92   "scripts": {
93     "test": "ava"
94   },
95   "version": "1.0.1"
96 }