{ "_from": "@babel/types@^7.4.0", "_id": "@babel/types@7.21.4", "_inBundle": false, "_integrity": "sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==", "_location": "/@babel/types", "_phantomChildren": {}, "_requested": { "type": "range", "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/generator", "/@babel/helper-function-name", "/@babel/helper-hoist-variables", "/@babel/helper-split-export-declaration", "/@babel/template", "/@babel/traverse", "/istanbul-lib-instrument" ], "_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.4.tgz", "_shasum": "2d5d6bb7908699b3b416409ffd3b5daa25b030d4", "_spec": "@babel/types@^7.4.0", "_where": "/home/l/plc/node-red/node_modules/istanbul-lib-instrument", "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%20types%22+is%3Aopen" }, "bundleDependencies": false, "dependencies": { "@babel/helper-string-parser": "^7.19.4", "@babel/helper-validator-identifier": "^7.19.1", "to-fast-properties": "^2.0.0" }, "deprecated": false, "description": "Babel Types is a Lodash-esque utility library for AST nodes", "devDependencies": { "@babel/generator": "^7.21.4", "@babel/parser": "^7.21.4", "chalk": "^4.1.0", "glob": "^7.2.0" }, "engines": { "node": ">=6.9.0" }, "homepage": "https://babel.dev/docs/en/next/babel-types", "license": "MIT", "main": "./lib/index.js", "name": "@babel/types", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/babel/babel.git", "directory": "packages/babel-types" }, "type": "commonjs", "types": "./lib/index-legacy.d.ts", "typesVersions": { ">=3.7": { "lib/index-legacy.d.ts": [ "lib/index.d.ts" ] } }, "version": "7.21.4" }