Sha256: e5dbebedd5071401a81fcd1504655128f0ee2b9fbf93fa2dd8b4704f25ba5c7d

Contents?: true

Size: 1.01 KB

Versions: 7

Compression:

Stored size: 1.01 KB

Contents

{
  "name": "@babel/types",
  "version": "7.15.6",
  "description": "Babel Types is a Lodash-esque utility library for AST nodes",
  "author": "The Babel Team (https://babel.dev/team)",
  "homepage": "https://babel.dev/docs/en/next/babel-types",
  "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20types%22+is%3Aopen",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/babel/babel.git",
    "directory": "packages/babel-types"
  },
  "main": "./lib/index.js",
  "types": "./lib/index-legacy.d.ts",
  "typesVersions": {
    ">=3.7": {
      "lib/index-legacy.d.ts": [
        "lib/index.d.ts"
      ]
    }
  },
  "dependencies": {
    "@babel/helper-validator-identifier": "^7.14.9",
    "to-fast-properties": "^2.0.0"
  },
  "devDependencies": {
    "@babel/generator": "7.15.4",
    "@babel/parser": "7.15.6",
    "chalk": "^4.1.0",
    "glob": "^7.1.7"
  },
  "engines": {
    "node": ">=6.9.0"
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
disco_app-0.16.1 test/dummy/node_modules/@babel/types/package.json
disco_app-0.15.2 test/dummy/node_modules/@babel/types/package.json
disco_app-0.18.4 test/dummy/node_modules/@babel/types/package.json
disco_app-0.18.1 test/dummy/node_modules/@babel/types/package.json
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/@babel/types/package.json
disco_app-0.14.0 test/dummy/node_modules/@babel/types/package.json
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/@babel/types/package.json