| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/yoga-layout/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/yoga-layout/package.json |
{
"_from": "yoga-layout@~3.2.1",
"_id": "yoga-layout@3.2.1",
"_inBundle": false,
"_integrity": "sha512-0LPOt3AxKqMdFBZA3HBAt/t/8vIKq7VaQYbuA8WxCgung+p9TVyKRYdpvCb80HcdTN2NkbIKbhNwKUfm3tQywQ==",
"_location": "/@google/gemini-cli/yoga-layout",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "yoga-layout@~3.2.1",
"name": "yoga-layout",
"escapedName": "yoga-layout",
"rawSpec": "~3.2.1",
"saveSpec": null,
"fetchSpec": "~3.2.1"
},
"_requiredBy": [
"/@google/gemini-cli/ink"
],
"_resolved": "https://registry.npmjs.org/yoga-layout/-/yoga-layout-3.2.1.tgz",
"_shasum": "d2d1ba06f0e81c2eb650c3e5ad8b0b4adde1e843",
"_spec": "yoga-layout@~3.2.1",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink",
"author": {
"name": "Meta Open Source"
},
"bugs": {
"url": "https://github.com/facebook/yoga/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "An embeddable and performant flexbox layout engine with bindings for multiple languages",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.23.0",
"@babel/preset-typescript": "^7.23.0",
"@types/jest": "^29.5.1",
"@types/node": "^16.18.25",
"@types/which": "^3.0.0",
"@yogalayout/cmake-bin": "3.28.0-1",
"babel-register-esm": "^1.2.5",
"clang-format": "^1.8.0",
"glob": "^10.4.2",
"jest": "^29.3.1",
"just-scripts": "^2.1.0",
"ninja-binaries": "^1.11.1",
"which": "^3.0.0"
},
"exports": {
".": "./dist/src/index.js",
"./load": "./dist/src/load.js"
},
"files": [
"dist/binaries/**",
"dist/src/**",
"src/**"
],
"homepage": "https://yogalayout.dev/",
"license": "MIT",
"main": "./dist/src/index.js",
"name": "yoga-layout",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/facebook/yoga.git"
},
"scripts": {
"benchmark": "just benchmark --config just.config.cjs",
"build": "just build --config just.config.cjs",
"clang-format": "just clang-format --config just.config.cjs",
"clang-format:fix": "just clang-format --fix --config just.config.cjs",
"clean": "just clean --config just.config.cjs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepack": "just prepack --config just.config.cjs",
"test": "just test --config just.config.cjs",
"tsc": "tsc --noEmit"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"version": "3.2.1"
}