CoolFace
Apppublic

sourav-das/stem-separator

sourceHugging Facemitupdated 6mo agoView on Hugging Face
3likes
package.json27 linesDownload Raw Back to template
1{2  "name": "@babel/template",3  "version": "7.28.6",4  "description": "Generate an AST from a string template.",5  "author": "The Babel Team (https://babel.dev/team)",6  "homepage": "https://babel.dev/docs/en/next/babel-template",7  "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%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-template"16  },17  "main": "./lib/index.js",18  "dependencies": {19    "@babel/code-frame": "^7.28.6",20    "@babel/parser": "^7.28.6",21    "@babel/types": "^7.28.6"22  },23  "engines": {24    "node": ">=6.9.0"25  },26  "type": "commonjs"27}