mirror of
https://github.com/taixingyiji/openit.git
synced 2025-11-03 02:02:21 +00:00
Hello World
This commit is contained in:
35
utils/rm/node_modules/number-is-nan/package.json
generated
vendored
Normal file
35
utils/rm/node_modules/number-is-nan/package.json
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user