CoolFace
Apppublic

Ejdjdososs/fable-ai

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes
package.json39 linesDownload Raw Back to types
1{2  "name": "@babel/types",3  "version": "7.29.7",4  "description": "Babel Types is a Lodash-esque utility library for AST nodes",5  "author": "The Babel Team (https://babel.dev/team)",6  "homepage": "https://babel.dev/docs/en/next/babel-types",7  "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20types%22+is%3Aopen",8  "license": "MIT",9  "publishConfig": {10    "access": "public"11  },12  "repository": {13    "type": "git",14    "url": "https://github.com/babel/babel.git",15    "directory": "packages/babel-types"16  },17  "main": "./lib/index.js",18  "dependencies": {19    "@babel/helper-string-parser": "^7.29.7",20    "@babel/helper-validator-identifier": "^7.29.7"21  },22  "devDependencies": {23    "@babel/generator": "^7.29.7",24    "@babel/helper-fixtures": "^7.29.7",25    "@babel/parser": "^7.29.7"26  },27  "engines": {28    "node": ">=6.9.0"29  },30  "type": "commonjs",31  "types": "./lib/index-legacy.d.ts",32  "typesVersions": {33    ">=4.1": {34      "lib/index-legacy.d.ts": [35        "lib/index.d.ts"36      ]37    }38  }39}