@roots/container
Version:
Collections utility
88 lines • 1.81 kB
JSON
{
"name": "@roots/container",
"version": "6.24.0",
"description": "Collections utility",
"engines": {
"node": ">=16"
},
"contributors": [
{
"email": "developers@tinypixel.dev",
"name": "Kelly Mears",
"url": "https://github.com/kellymears"
},
{
"email": "ben@benword.com",
"name": "Ben Word",
"url": "https://github.com/retlehs"
},
{
"name": "QWp6t",
"url": "https://github.com/QWp6t"
},
{
"email": "brandon@tendency.me",
"name": "Brandon",
"url": "https://github.com/Log1x"
}
],
"license": "MIT",
"homepage": "https://roots.io/bud",
"funding": {
"type": "github sponsors",
"url": "https://github.com/sponsors/roots"
},
"repository": {
"type": "git",
"url": "https://github.com/roots/bud.git",
"directory": "sources/@roots/container"
},
"bugs": "https://github.com/roots/bud/issues",
"keywords": [
"bud",
"container",
"roots"
],
"files": [
"docs",
"lib",
"src"
],
"type": "module",
"exports": {
".": {
"import": "./lib/index.js",
"default": "./lib/index.js"
},
"./container": {
"import": "./lib/container.js",
"default": "./lib/container.js"
}
},
"typesVersions": {
"*": {
".": [
"./lib/index.d.ts"
],
"container": [
"./lib/container.d.ts"
]
}
},
"types": "./lib/index.d.ts",
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/lodash-es": "4.17.12",
"@types/node": "20.16.10",
"type-fest": "4.26.1"
},
"dependencies": {
"helpful-decorators": "2.1.0",
"lodash-es": "4.17.21",
"tslib": "2.7.0"
},
"volta": {
"extends": "../../../package.json"
}
}