@b1u3too/lotide
Version:
LHL Web Development Flex Program Project -- Helper function library inspired by lodash
118 lines (117 loc) • 3.07 kB
JSON
{
"name": "@b1u3too/lotide",
"version": "1.0.0",
"description": "LHL Web Development Flex Program Project -- Helper function library inspired by lodash",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/b1u3too/lotide.git"
},
"keywords": [
"lotide",
"LHL",
"WebFlex",
"January2022",
"JavaScript"
],
"author": "Andrea Madsen <almadsen792@live.ca> (b1u3too)",
"license": "ISC",
"bugs": {
"url": "https://github.com/b1u3too/lotide/issues"
},
"homepage": "https://github.com/b1u3too/lotide#readme",
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.0"
},
"dependencies": {
"ansi-styles": "^4.3.0",
"ansi-regex": "^5.0.1",
"assertion-error": "^1.1.0",
"argparse": "^2.0.1",
"anymatch": "^3.1.2",
"balanced-match": "^1.0.2",
"ansi-colors": "^4.1.1",
"brace-expansion": "^1.1.11",
"camelcase": "^6.3.0",
"check-error": "^1.0.2",
"braces": "^3.0.2",
"cliui": "^7.0.4",
"binary-extensions": "^2.2.0",
"concat-map": "^0.0.1",
"chokidar": "^3.5.3",
"browser-stdout": "^1.3.1",
"debug": "^4.3.3",
"chalk": "^4.1.2",
"color-name": "^1.1.4",
"escalade": "^3.1.1",
"decamelize": "^4.0.0",
"find-up": "^5.0.0",
"flat": "^5.0.2",
"color-convert": "^2.0.1",
"emoji-regex": "^8.0.0",
"get-func-name": "^2.0.0",
"deep-eql": "^3.0.1",
"diff": "^5.0.0",
"has-flag": "^4.0.0",
"glob": "^7.2.0",
"escape-string-regexp": "^4.0.0",
"fill-range": "^7.0.1",
"he": "^1.2.0",
"inherits": "^2.0.4",
"glob-parent": "^5.1.2",
"get-caller-file": "^2.0.5",
"growl": "^1.10.5",
"is-glob": "^4.0.3",
"is-binary-path": "^2.1.0",
"is-plain-obj": "^2.1.0",
"is-fullwidth-code-point": "^3.0.0",
"isexe": "^2.0.0",
"is-unicode-supported": "^0.1.0",
"js-yaml": "^4.1.0",
"is-extglob": "^2.1.1",
"log-symbols": "^4.1.0",
"inflight": "^1.0.6",
"is-number": "^7.0.0",
"minimatch": "^3.0.4",
"ms": "^2.1.3",
"nanoid": "^3.2.0",
"once": "^1.4.0",
"fs.realpath": "^1.0.0",
"loupe": "^2.3.4",
"locate-path": "^6.0.0",
"path-exists": "^4.0.0",
"p-limit": "^3.1.0",
"path-is-absolute": "^1.0.1",
"require-directory": "^2.1.1",
"p-locate": "^5.0.0",
"normalize-path": "^3.0.0",
"readdirp": "^3.6.0",
"pathval": "^1.1.1",
"supports-color": "^8.1.1",
"serialize-javascript": "^6.0.0",
"picomatch": "^2.3.1",
"randombytes": "^2.1.0",
"which": "^2.0.2",
"strip-json-comments": "^3.1.1",
"workerpool": "^6.2.0",
"to-regex-range": "^5.0.1",
"strip-ansi": "^6.0.1",
"string-width": "^4.2.3",
"type-detect": "^4.0.8",
"yargs": "^16.2.0",
"yargs-unparser": "^2.0.0",
"y18n": "^5.0.8",
"yargs-parser": "^20.2.4",
"safe-buffer": "^5.2.1",
"wrap-ansi": "^7.0.0",
"yocto-queue": "^0.1.0",
"wrappy": "^1.0.2"
}
}