1234567891011121314 |
- {
- "name": "babel",
- "version": "6.23.0",
- "description": "Turn ES6 code into readable vanilla ES5 with source maps",
- "author": "Sebastian McKenzie <sebmck@gmail.com>",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "repository": "https://github.com/babel/babel/tree/master/packages/babel",
- "bin": {
- "babel": "./lib/cli.js",
- "babel-node": "./lib/cli.js",
- "babel-external-helpers": "./lib/cli.js"
- }
- }
|