lightfold
Version:
lightweight scaffolding and archiving utility CLI.
90 lines (89 loc) • 2.87 kB
JSON
{
"_from": "@babel/types@^7.9.0",
"_id": "@babel/types@7.9.6",
"_inBundle": false,
"_integrity": "sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA==",
"_location": "/@babel/types",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/types@^7.9.0",
"name": "@babel/types",
"escapedName": "@babel%2ftypes",
"scope": "@babel",
"rawSpec": "^7.9.0",
"saveSpec": null,
"fetchSpec": "^7.9.0"
},
"_requiredBy": [
"/@babel/core",
"/@babel/generator",
"/@babel/helper-annotate-as-pure",
"/@babel/helper-builder-binary-assignment-operator-visitor",
"/@babel/helper-builder-react-jsx",
"/@babel/helper-builder-react-jsx-experimental",
"/@babel/helper-define-map",
"/@babel/helper-explode-assignable-expression",
"/@babel/helper-function-name",
"/@babel/helper-get-function-arity",
"/@babel/helper-hoist-variables",
"/@babel/helper-member-expression-to-functions",
"/@babel/helper-module-imports",
"/@babel/helper-module-transforms",
"/@babel/helper-optimise-call-expression",
"/@babel/helper-remap-async-to-generator",
"/@babel/helper-replace-supers",
"/@babel/helper-simple-access",
"/@babel/helper-split-export-declaration",
"/@babel/helper-wrap-function",
"/@babel/helpers",
"/@babel/preset-env",
"/@babel/preset-modules",
"/@babel/template",
"/@babel/traverse",
"/@svgr/hast-util-to-babel-ast",
"/@types/babel__core",
"/@types/babel__generator",
"/@types/babel__template",
"/@types/babel__traverse",
"/babel-eslint",
"/babel-preset-react-app/@babel/preset-env",
"/istanbul-lib-instrument",
"/jest-snapshot"
],
"_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.9.6.tgz",
"_shasum": "2c5502b427251e9de1bd2dff95add646d95cc9f7",
"_spec": "@babel/types@^7.9.0",
"_where": "/Users/andrewxia/Documents/work/codefold/example/node_modules/@babel/core",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-validator-identifier": "^7.9.5",
"lodash": "^4.17.13",
"to-fast-properties": "^2.0.0"
},
"deprecated": false,
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"devDependencies": {
"@babel/generator": "^7.9.6",
"@babel/parser": "^7.9.6"
},
"gitHead": "9c2846bcacc75aa931ea9d556950c2113765d43d",
"homepage": "https://babeljs.io/",
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/types",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-types"
},
"types": "lib/index.d.ts",
"version": "7.9.6"
}