Nicolò Ribaudo 8fce431d88
Revert "chore: specify package type (#10849)" (#11003)
This reverts commit e8dac621de9dba27b47646169562c0a0c2e02c96.

Fixes installs when using npm <= 3.9.5 (Node.js <= 6.2.2)
2020-01-13 21:18:42 +01:00

22 lines
702 B
JSON

{
"name": "@babel/helper-module-transforms",
"version": "7.8.0",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-transforms",
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-imports": "^7.8.0",
"@babel/helper-simple-access": "^7.8.0",
"@babel/helper-split-export-declaration": "^7.8.0",
"@babel/template": "^7.8.0",
"@babel/types": "^7.8.0",
"lodash": "^4.17.13"
}
}