| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "_from": "@babel/cli@^7.21.0",
- "_id": "@babel/cli@7.28.3",
- "_inBundle": false,
- "_integrity": "sha512-n1RU5vuCX0CsaqaXm9I0KUCNKNQMy5epmzl/xdSSm70bSqhg9GWhgeosypyQLc0bK24+Xpk1WGzZlI9pJtkZdg==",
- "_location": "/@babel/cli",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/cli@^7.21.0",
- "name": "@babel/cli",
- "escapedName": "@babel%2fcli",
- "scope": "@babel",
- "rawSpec": "^7.21.0",
- "saveSpec": null,
- "fetchSpec": "^7.21.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmmirror.com/@babel/cli/-/cli-7.28.3.tgz",
- "_shasum": "f33693753bc103ab0084a5776ccf8ab8a140038b",
- "_spec": "@babel/cli@^7.21.0",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
- "author": {
- "name": "The Babel Team",
- "url": "https://babel.dev/team"
- },
- "bin": {
- "babel": "bin/babel.js",
- "babel-external-helpers": "bin/babel-external-helpers.js"
- },
- "bugs": {
- "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20cli%22+is%3Aopen"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@jridgewell/trace-mapping": "^0.3.28",
- "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
- "chokidar": "^3.6.0",
- "commander": "^6.2.0",
- "convert-source-map": "^2.0.0",
- "fs-readdir-recursive": "^1.1.0",
- "glob": "^7.2.0",
- "make-dir": "^2.1.0",
- "slash": "^2.0.0"
- },
- "deprecated": false,
- "description": "Babel command line.",
- "devDependencies": {
- "@babel/core": "^7.28.3",
- "@babel/helper-transform-fixture-test-runner": "^7.28.3",
- "@types/fs-readdir-recursive": "^1.1.0",
- "@types/glob": "^7.2.0",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-cli",
- "keywords": [
- "6to5",
- "babel",
- "es6",
- "transpile",
- "transpiler",
- "babel-cli",
- "compiler"
- ],
- "license": "MIT",
- "name": "@babel/cli",
- "optionalDependencies": {
- "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
- "chokidar": "^3.6.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babel/babel.git",
- "directory": "packages/babel-cli"
- },
- "type": "commonjs",
- "version": "7.28.3"
- }
|