infrastructure-components
Version:
Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.
58 lines (57 loc) • 1.63 kB
JSON
{
"_args": [
[
"@babel/types@7.4.0",
"/Users/frank.zickert/WebstormProjects/infrastructure-components"
]
],
"_from": "@babel/types@7.4.0",
"_id": "@babel/types@7.4.0",
"_inBundle": false,
"_integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
"_location": "/@babel/types",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/types@7.4.0",
"name": "@babel/types",
"escapedName": "@babel%2ftypes",
"scope": "@babel",
"rawSpec": "7.4.0",
"saveSpec": null,
"fetchSpec": "7.4.0"
},
"_requiredBy": [
"/@babel/helper-annotate-as-pure",
"/@babel/helper-module-imports"
],
"_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
"_spec": "7.4.0",
"_where": "/Users/frank.zickert/WebstormProjects/infrastructure-components",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"dependencies": {
"esutils": "^2.0.2",
"lodash": "^4.17.11",
"to-fast-properties": "^2.0.0"
},
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"devDependencies": {
"@babel/generator": "^7.4.0",
"@babel/parser": "^7.4.0"
},
"gitHead": "f1328fb913b5a93d54dfc6e3728b1f56c8f4a804",
"homepage": "https://babeljs.io/",
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/types",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-types"
},
"types": "lib/index.d.ts",
"version": "7.4.0"
}