12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "_from": "@babel/traverse@^7.5.0",
- "_id": "@babel/[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg==",
- "_location": "/@babel/traverse",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/traverse@^7.5.0",
- "name": "@babel/traverse",
- "escapedName": "@babel%2ftraverse",
- "scope": "@babel",
- "rawSpec": "^7.5.0",
- "saveSpec": null,
- "fetchSpec": "^7.5.0"
- },
- "_requiredBy": [
- "/@babel/core",
- "/@babel/helpers"
- ],
- "_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.5.0.tgz",
- "_shasum": "4216d6586854ef5c3c4592dab56ec7eb78485485",
- "_spec": "@babel/traverse@^7.5.0",
- "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/core",
- "author": {
- "name": "Sebastian McKenzie",
- "email": "[email protected]"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/code-frame": "^7.0.0",
- "@babel/generator": "^7.5.0",
- "@babel/helper-function-name": "^7.1.0",
- "@babel/helper-split-export-declaration": "^7.4.4",
- "@babel/parser": "^7.5.0",
- "@babel/types": "^7.5.0",
- "debug": "^4.1.0",
- "globals": "^11.1.0",
- "lodash": "^4.17.11"
- },
- "deprecated": false,
- "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
- "devDependencies": {
- "@babel/helper-plugin-test-runner": "^7.0.0"
- },
- "gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "main": "lib/index.js",
- "name": "@babel/traverse",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel/tree/master/packages/babel-traverse"
- },
- "version": "7.5.0"
- }
|