12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "_args": [
- [
- "@babel/highlight@7.0.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "@babel/highlight@7.0.0",
- "_id": "@babel/highlight@7.0.0",
- "_inBundle": false,
- "_integrity": "sha1-9xDDjI1Fjm3ZogGvtjf8t4HOmeQ=",
- "_location": "/@babel/highlight",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@babel/highlight@7.0.0",
- "name": "@babel/highlight",
- "escapedName": "@babel%2fhighlight",
- "scope": "@babel",
- "rawSpec": "7.0.0",
- "saveSpec": null,
- "fetchSpec": "7.0.0"
- },
- "_requiredBy": [
- "/@babel/code-frame"
- ],
- "_resolved": "https://registry.npm.taobao.org/@babel/highlight/download/@babel/highlight-7.0.0.tgz",
- "_spec": "7.0.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "suchipi",
- "email": "me@suchipi.com"
- },
- "dependencies": {
- "chalk": "^2.0.0",
- "esutils": "^2.0.2",
- "js-tokens": "^4.0.0"
- },
- "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"
- }
|