UNPKG

1.51 kBJSONView Raw
1{
2 "_args": [
3 [
4 "number-is-nan@1.0.1",
5 "/Users/eshanker/Code/fsevents"
6 ]
7 ],
8 "_from": "number-is-nan@1.0.1",
9 "_id": "number-is-nan@1.0.1",
10 "_inBundle": false,
11 "_integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
12 "_location": "/number-is-nan",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "number-is-nan@1.0.1",
18 "name": "number-is-nan",
19 "escapedName": "number-is-nan",
20 "rawSpec": "1.0.1",
21 "saveSpec": null,
22 "fetchSpec": "1.0.1"
23 },
24 "_requiredBy": [],
25 "_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
26 "_spec": "1.0.1",
27 "_where": "/Users/eshanker/Code/fsevents",
28 "author": {
29 "name": "Sindre Sorhus",
30 "email": "sindresorhus@gmail.com",
31 "url": "sindresorhus.com"
32 },
33 "bugs": {
34 "url": "https://github.com/sindresorhus/number-is-nan/issues"
35 },
36 "description": "ES2015 Number.isNaN() ponyfill",
37 "devDependencies": {
38 "ava": "*"
39 },
40 "engines": {
41 "node": ">=0.10.0"
42 },
43 "files": [
44 "index.js"
45 ],
46 "homepage": "https://github.com/sindresorhus/number-is-nan#readme",
47 "keywords": [
48 "es2015",
49 "ecmascript",
50 "ponyfill",
51 "polyfill",
52 "shim",
53 "number",
54 "is",
55 "nan",
56 "not"
57 ],
58 "license": "MIT",
59 "name": "number-is-nan",
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/sindresorhus/number-is-nan.git"
63 },
64 "scripts": {
65 "test": "ava"
66 },
67 "version": "1.0.1"
68}