1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/number-is-nan/package.json

68 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "number-is-nan@^1.0.0",
2023-12-18 13:12:25 +08:00
"_id": "number-is-nan@1.0.1",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==",
2023-12-18 13:12:25 +08:00
"_location": "/number-is-nan",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "number-is-nan@^1.0.0",
2023-12-18 13:12:25 +08:00
"name": "number-is-nan",
"escapedName": "number-is-nan",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.0.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.0.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/is-fullwidth-code-point"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/number-is-nan/-/number-is-nan-1.0.1.tgz",
"_shasum": "097b602b53422a522c1afb8790318336941a011d",
"_spec": "number-is-nan@^1.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\is-fullwidth-code-point",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/number-is-nan/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "ES2015 Number.isNaN() ponyfill",
"devDependencies": {
"ava": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/number-is-nan#readme",
"keywords": [
"es2015",
"ecmascript",
"ponyfill",
"polyfill",
"shim",
"number",
"is",
"nan",
"not"
],
"license": "MIT",
"name": "number-is-nan",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/number-is-nan.git"
},
"scripts": {
"test": "ava"
},
"version": "1.0.1"
}