1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 20:30:04 +02:00
Files
minifyfromhtml/node_modules/@babel/highlight/package.json
2018-05-05 15:35:25 +02:00

55 lines
1.6 KiB
JSON

{
"_from": "@babel/highlight@7.0.0-beta.46",
"_id": "@babel/highlight@7.0.0-beta.46",
"_inBundle": false,
"_integrity": "sha512-r4snW6Q8ICL3Y8hGzYJRvyG/+sc+kvkewXNedG9tQjoHmUFMwMSv/o45GWQUQswevGnWghiGkpRPivFfOuMsOA==",
"_location": "/@babel/highlight",
"_phantomChildren": {
"color-convert": "1.9.1",
"escape-string-regexp": "1.0.5",
"has-flag": "3.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/highlight@7.0.0-beta.46",
"name": "@babel/highlight",
"escapedName": "@babel%2fhighlight",
"scope": "@babel",
"rawSpec": "7.0.0-beta.46",
"saveSpec": null,
"fetchSpec": "7.0.0-beta.46"
},
"_requiredBy": [
"/@babel/code-frame"
],
"_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0-beta.46.tgz",
"_shasum": "c553c51e65f572bdedd6eff66fc0bb563016645e",
"_spec": "@babel/highlight@7.0.0-beta.46",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/@babel/code-frame",
"author": {
"name": "suchipi",
"email": "me@suchipi.com"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^2.0.0",
"esutils": "^2.0.2",
"js-tokens": "^3.0.0"
},
"deprecated": false,
"description": "Syntax highlight JavaScript strings for output in terminals.",
"devDependencies": {
"strip-ansi": "^4.0.0"
},
"homepage": "https://babeljs.io/",
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/highlight",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-highlight"
},
"version": "7.0.0-beta.46"
}