123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_args": [
- [
- "@babel/highlight@7.22.13",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "@babel/highlight@7.22.13",
- "_id": "@babel/highlight@7.22.13",
- "_inBundle": false,
- "_integrity": "sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ==",
- "_location": "/@babel/highlight",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@babel/highlight@7.22.13",
- "name": "@babel/highlight",
- "escapedName": "@babel%2fhighlight",
- "scope": "@babel",
- "rawSpec": "7.22.13",
- "saveSpec": null,
- "fetchSpec": "7.22.13"
- },
- "_requiredBy": [
- "/@babel/code-frame",
- "/eslint/@babel/code-frame"
- ],
- "_resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.22.13.tgz",
- "_spec": "7.22.13",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "The Babel Team",
- "url": "https://babel.dev/team"
- },
- "bugs": {
- "url": "https://github.com/babel/babel/issues"
- },
- "dependencies": {
- "@babel/helper-validator-identifier": "^7.22.5",
- "chalk": "^2.4.2",
- "js-tokens": "^4.0.0"
- },
- "description": "Syntax highlight JavaScript strings for output in terminals.",
- "devDependencies": {
- "strip-ansi": "^4.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-highlight",
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "@babel/highlight",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babel/babel.git",
- "directory": "packages/babel-highlight"
- },
- "type": "commonjs",
- "version": "7.22.13"
- }
|