12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_args": [
- [
- "@babel/template@7.14.5",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "@babel/template@7.14.5",
- "_id": "@babel/template@7.14.5",
- "_inBundle": false,
- "_integrity": "sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==",
- "_location": "/@babel/template",
- "_phantomChildren": {
- "@babel/highlight": "7.14.5"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@babel/template@7.14.5",
- "name": "@babel/template",
- "escapedName": "@babel%2ftemplate",
- "scope": "@babel",
- "rawSpec": "7.14.5",
- "saveSpec": null,
- "fetchSpec": "7.14.5"
- },
- "_requiredBy": [
- "/@babel/core",
- "/@babel/helper-function-name",
- "/@babel/helper-module-transforms",
- "/@babel/helpers",
- "/babel-plugin-jest-hoist"
- ],
- "_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.14.5.tgz",
- "_spec": "7.14.5",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "The Babel Team",
- "url": "https://babel.dev/team"
- },
- "bugs": {
- "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen"
- },
- "dependencies": {
- "@babel/code-frame": "^7.14.5",
- "@babel/parser": "^7.14.5",
- "@babel/types": "^7.14.5"
- },
- "description": "Generate an AST from a string template.",
- "engines": {
- "node": ">=6.9.0"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-template",
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "@babel/template",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babel/babel.git",
- "directory": "packages/babel-template"
- },
- "version": "7.14.5"
- }
|