|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "_args": [
- [
- "@babel/plugin-syntax-async-generators@7.8.4",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "@babel/plugin-syntax-async-generators@7.8.4",
- "_id": "@babel/plugin-syntax-async-generators@7.8.4",
- "_inBundle": false,
- "_integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
- "_location": "/@babel/plugin-syntax-async-generators",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@babel/plugin-syntax-async-generators@7.8.4",
- "name": "@babel/plugin-syntax-async-generators",
- "escapedName": "@babel%2fplugin-syntax-async-generators",
- "scope": "@babel",
- "rawSpec": "7.8.4",
- "saveSpec": null,
- "fetchSpec": "7.8.4"
- },
- "_requiredBy": [
- "/babel-preset-current-node-syntax"
- ],
- "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
- "_spec": "7.8.4",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.8.0"
- },
- "description": "Allow parsing of async generator functions",
- "devDependencies": {
- "@babel/core": "^7.8.0"
- },
- "keywords": [
- "babel-plugin"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "@babel/plugin-syntax-async-generators",
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators"
- },
- "version": "7.8.4"
- }
|