mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-24 14:44:45 +00:00
.
This commit is contained in:
parent
00c3b50fca
commit
ae5dcb46c8
7331 changed files with 1784502 additions and 0 deletions
39
node_modules/number-is-nan/package.json
generated
vendored
Normal file
39
node_modules/number-is-nan/package.json
generated
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"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": "*"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz"
|
||||
,"_integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0="
|
||||
,"_from": "number-is-nan@1.0.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue