{ "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 ", "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" } }