1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/simple-swizzle/package.json

72 lines
1.8 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "simple-swizzle@^0.2.2",
2023-12-18 13:12:25 +08:00
"_id": "simple-swizzle@0.2.2",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
2023-12-18 13:12:25 +08:00
"_location": "/simple-swizzle",
"_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": "simple-swizzle@^0.2.2",
2023-12-18 13:12:25 +08:00
"name": "simple-swizzle",
"escapedName": "simple-swizzle",
2024-01-16 21:26:16 +08:00
"rawSpec": "^0.2.2",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^0.2.2"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/color-string"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
"_shasum": "a4da6b635ffcccca33f70d17cb92592de95e557a",
"_spec": "simple-swizzle@^0.2.2",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\color-string",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Qix",
"url": "http://github.com/qix-"
},
"bugs": {
"url": "https://github.com/qix-/node-simple-swizzle/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"is-arrayish": "^0.3.1"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Simply swizzle your arguments",
"devDependencies": {
"coffee-script": "^1.9.3",
"coveralls": "^2.11.2",
"istanbul": "^0.3.17",
"mocha": "^2.2.5",
"should": "^7.0.1",
"xo": "^0.7.1"
},
"files": [
"index.js"
],
"homepage": "https://github.com/qix-/node-simple-swizzle#readme",
"keywords": [
"argument",
"arguments",
"swizzle",
"swizzling",
"parameter",
"parameters",
"mixed",
"array"
],
"license": "MIT",
"name": "simple-swizzle",
"repository": {
"type": "git",
"url": "git+https://github.com/qix-/node-simple-swizzle.git"
},
"scripts": {
"pretest": "xo",
"test": "mocha --compilers coffee:coffee-script/register"
},
"version": "0.2.2"
}