Sha256: 2e64f7b01e085852f72f6728c8b119779c43dcfe40058cac30943887d03c2ed7
Contents?: true
Size: 904 Bytes
Versions: 7
Compression:
Stored size: 904 Bytes
Contents
{ "name": "@babel/plugin-syntax-import-attributes", "version": "7.24.7", "description": "Allow parsing of the module attributes in the import statement", "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-import-attributes" }, "license": "MIT", "publishConfig": { "access": "public" }, "main": "./lib/index.js", "keywords": [ "babel-plugin" ], "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { "@babel/core": "^7.24.7" }, "engines": { "node": ">=6.9.0" }, "author": "The Babel Team (https://babel.dev/team)", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "type": "commonjs" }
Version data entries
7 entries across 7 versions & 1 rubygems