Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
585 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "number-is-nan",
|
---|
| 3 | "version": "1.0.1",
|
---|
| 4 | "description": "ES2015 Number.isNaN() ponyfill",
|
---|
| 5 | "license": "MIT",
|
---|
| 6 | "repository": "sindresorhus/number-is-nan",
|
---|
| 7 | "author": {
|
---|
| 8 | "name": "Sindre Sorhus",
|
---|
| 9 | "email": "sindresorhus@gmail.com",
|
---|
| 10 | "url": "sindresorhus.com"
|
---|
| 11 | },
|
---|
| 12 | "engines": {
|
---|
| 13 | "node": ">=0.10.0"
|
---|
| 14 | },
|
---|
| 15 | "scripts": {
|
---|
| 16 | "test": "ava"
|
---|
| 17 | },
|
---|
| 18 | "files": [
|
---|
| 19 | "index.js"
|
---|
| 20 | ],
|
---|
| 21 | "keywords": [
|
---|
| 22 | "es2015",
|
---|
| 23 | "ecmascript",
|
---|
| 24 | "ponyfill",
|
---|
| 25 | "polyfill",
|
---|
| 26 | "shim",
|
---|
| 27 | "number",
|
---|
| 28 | "is",
|
---|
| 29 | "nan",
|
---|
| 30 | "not"
|
---|
| 31 | ],
|
---|
| 32 | "devDependencies": {
|
---|
| 33 | "ava": "*"
|
---|
| 34 | }
|
---|
| 35 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.