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

57 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "iferr@^0.1.5",
2023-12-18 13:12:25 +08:00
"_id": "iferr@0.1.5",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA==",
2023-12-18 13:12:25 +08:00
"_location": "/iferr",
"_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": "iferr@^0.1.5",
2023-12-18 13:12:25 +08:00
"name": "iferr",
"escapedName": "iferr",
2024-01-16 21:26:16 +08:00
"rawSpec": "^0.1.5",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^0.1.5"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/copy-concurrently",
"/fs-write-stream-atomic"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/iferr/-/iferr-0.1.5.tgz",
"_shasum": "c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501",
"_spec": "iferr@^0.1.5",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\copy-concurrently",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Nadav Ivgi"
},
"bugs": {
"url": "https://github.com/shesek/iferr/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Higher-order functions for easier error handling",
"devDependencies": {
"coffee-script": "^1.7.1",
"mocha": "^1.18.2"
},
"homepage": "https://github.com/shesek/iferr",
"keywords": [
"error",
"errors"
],
"license": "MIT",
"main": "index.js",
"name": "iferr",
"repository": {
"type": "git",
"url": "git+https://github.com/shesek/iferr.git"
},
"scripts": {
"prepublish": "coffee -c index.coffee",
"test": "mocha"
},
"version": "0.1.5"
}