/usr/lib/nodejs/babel-preset-airbnb/package.json is in node-babel-preset-airbnb 2.4.0-1.
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 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | {
"name": "babel-preset-airbnb",
"version": "2.4.0",
"description": "A babel preset for transforming your JavaScript for Airbnb",
"main": "index.js",
"author": "Josh Perez <josh.perez@airbnb.com>",
"repository": {
"type": "git",
"url": "git@github.com:airbnb/babel-preset-airbnb.git"
},
"keywords": [
"babel",
"es6",
"es2015",
"javascript"
],
"license": "Apache-2.0",
"dependencies": {
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-exponentiation-operator": "^6.24.1",
"babel-plugin-transform-jscript": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-preset-react": "^6.24.1",
"object.assign": "^4.0.4"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0"
},
"scripts": {
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "echo 'no tests';",
"lint": "eslint ."
}
}
|