/usr/lib/nodejs/babel-plugin-external-helpers/package.json is in node-babel-plugin-external-helpers 6.26.0+dfsg-3build6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"name": "babel-plugin-external-helpers",
"version": "6.22.0",
"description": "This plugin contains helper functions that’ll be placed at the top of the generated code",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-runtime": "^6.22.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.22.0"
}
}
|