Files
est-frame/node_modules/estree-util-value-to-estree/package.json
2025-10-22 05:38:27 +00:00

49 lines
1.2 KiB
JSON
Executable File

{
"name": "estree-util-value-to-estree",
"description": "Convert a JavaScript value to an estree expression",
"version": "3.0.1",
"exports": "./index.js",
"type": "module",
"files": [
"index.js",
"index.d.ts"
],
"author": "Remco Haszing <remcohaszing@gmail.com>",
"license": "MIT",
"repository": "remcohaszing/estree-util-value-to-estree",
"bugs": "https://github.com/remcohaszing/estree-util-value-to-estree/issues",
"homepage": "https://github.com/remcohaszing/estree-util-value-to-estree#readme",
"funding": "https://github.com/sponsors/remcohaszing",
"engines": {
"node": ">=16.0.0"
},
"keywords": [
"esast",
"estree",
"estree-util",
"language",
"unist"
],
"scripts": {
"prepack": "tsc --noEmit false",
"start": "tsx watch test.ts",
"test": "c8 tsx test.ts"
},
"dependencies": {
"@types/estree": "^1.0.0",
"is-plain-obj": "^4.0.0"
},
"devDependencies": {
"@types/node": "*",
"astring": "^1.0.0",
"c8": "^7.0.0",
"eslint": "^8.0.0",
"eslint-config-remcohaszing": "^9.0.0",
"prettier": "^2.0.0",
"remark-cli": "11.0.0",
"remark-preset-remcohaszing": "^1.0.0",
"tsx": "^3.0.0",
"typescript": "^5.0.0"
}
}