2017-01-02 02:22:45 -08:00
|
|
|
{
|
2018-01-18 07:55:50 -08:00
|
|
|
"name": "yoga-layout",
|
2023-07-12 18:07:57 -07:00
|
|
|
"version": "2.0.0-beta.2",
|
2023-06-13 11:33:58 -07:00
|
|
|
"description": "An embeddable and performant flexbox layout engine with bindings for multiple languages",
|
2018-02-16 18:25:02 -08:00
|
|
|
"license": "MIT",
|
2023-06-13 11:33:58 -07:00
|
|
|
"author": "Meta Open Source",
|
|
|
|
"homepage": "https://yogalayout.com/",
|
2018-01-18 07:55:50 -08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:facebook/yoga.git"
|
|
|
|
},
|
2022-12-28 01:27:12 -08:00
|
|
|
"exports": {
|
|
|
|
".": {
|
2023-07-12 15:43:10 -07:00
|
|
|
"browser": "./src/entrypoint/wasm-async-web.ts",
|
|
|
|
"node": "./src/entrypoint/wasm-async-node.ts",
|
|
|
|
"default": "./src/entrypoint/asmjs-async-web.ts"
|
2022-12-28 01:27:12 -08:00
|
|
|
},
|
|
|
|
"./sync": {
|
2023-07-12 15:43:10 -07:00
|
|
|
"browser": "./src/entrypoint/asmjs-sync-web.ts",
|
|
|
|
"node": "./src/entrypoint/wasm-sync-node.ts",
|
|
|
|
"default": "./src/entrypoint/asmjs-sync-web.ts"
|
2023-05-09 22:21:01 -07:00
|
|
|
},
|
2023-07-12 15:43:10 -07:00
|
|
|
"./asmjs-async": {
|
|
|
|
"browser": "./src/entrypoint/asmjs-async-web.ts",
|
|
|
|
"node": "./src/entrypoint/asmjs-async-node.ts",
|
|
|
|
"default": "./src/entrypoint/asmjs-async-web.ts"
|
|
|
|
},
|
|
|
|
"./asmjs-sync": {
|
|
|
|
"browser": "./src/entrypoint/asmjs-sync-web.ts",
|
|
|
|
"node": "./src/entrypoint/asmjs-sync-node.ts",
|
|
|
|
"default": "./src/entrypoint/asmjs-sync-web.ts"
|
|
|
|
},
|
|
|
|
"./wasm-async": {
|
|
|
|
"browser": "./src/entrypoint/wasm-async-web.ts",
|
|
|
|
"node": "./src/entrypoint/wasm-async-node.ts",
|
|
|
|
"default": "./src/entrypoint/wasm-async-web.ts"
|
|
|
|
},
|
|
|
|
"./wasm-sync": {
|
|
|
|
"browser": "./src/entrypoint/wasm-sync-web.ts",
|
|
|
|
"node": "./src/entrypoint/wasm-sync-node.ts",
|
|
|
|
"default": "./src/entrypoint/wasm-async-web.ts"
|
|
|
|
}
|
2018-01-18 07:55:50 -08:00
|
|
|
},
|
2022-12-28 01:27:12 -08:00
|
|
|
"files": [
|
2023-05-09 22:21:01 -07:00
|
|
|
"binaries/**",
|
2023-05-09 15:35:42 -07:00
|
|
|
"src/**"
|
2022-12-28 01:27:12 -08:00
|
|
|
],
|
2018-01-18 07:55:50 -08:00
|
|
|
"scripts": {
|
2022-12-28 01:27:12 -08:00
|
|
|
"benchmark": "just benchmark",
|
|
|
|
"build": "just build",
|
2022-12-30 14:29:42 -08:00
|
|
|
"clean": "just clean",
|
2022-12-28 01:27:12 -08:00
|
|
|
"lint": "just lint",
|
|
|
|
"lint:fix": "just lint --fix",
|
2023-05-09 22:21:01 -07:00
|
|
|
"prepack": "just prepack",
|
2023-07-12 15:43:10 -07:00
|
|
|
"test": "just test"
|
2018-01-18 07:55:50 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-28 01:27:12 -08:00
|
|
|
"@babel/cli": "^7.20.7",
|
|
|
|
"@babel/core": "^7.20.7",
|
|
|
|
"@babel/eslint-parser": "^7.19.1",
|
2023-05-10 17:12:10 -07:00
|
|
|
"@babel/node": "^7.20.7",
|
2022-12-28 01:27:12 -08:00
|
|
|
"@babel/preset-env": "^7.20.2",
|
2023-05-04 08:11:04 -07:00
|
|
|
"@babel/preset-typescript": "^7.21.4",
|
2023-05-04 08:11:04 -07:00
|
|
|
"@types/glob": "^8.1.0",
|
|
|
|
"@types/jest": "^29.5.1",
|
|
|
|
"@types/node": "^16.18.25",
|
|
|
|
"@types/which": "^3.0.0",
|
2023-05-04 08:11:04 -07:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
|
|
|
"@typescript-eslint/parser": "^5.30.5",
|
2022-12-28 01:27:12 -08:00
|
|
|
"clang-format": "^1.8.0",
|
|
|
|
"eslint": "^8.30.0",
|
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
|
"eslint-plugin-jest": "^27.1.7",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"glob": "^8.0.3",
|
|
|
|
"jest": "^29.3.1",
|
|
|
|
"just-scripts": "^2.1.0",
|
2023-06-06 20:06:25 -07:00
|
|
|
"prettier": "2.8.8",
|
2023-05-04 08:11:04 -07:00
|
|
|
"ts-node": "^10.9.1",
|
2023-05-04 08:11:04 -07:00
|
|
|
"typescript": "5.0.4",
|
2022-12-28 01:27:12 -08:00
|
|
|
"which": "^3.0.0"
|
2018-01-18 07:55:50 -08:00
|
|
|
}
|
2017-01-02 02:22:45 -08:00
|
|
|
}
|