File: //usr/share/opensearch-dashboards/node_modules/autobind-decorator/package.json
{
"name": "autobind-decorator",
"version": "1.4.3",
"description": "Decorator for binding method to an object",
"main": "lib/index.js",
"types": "./index.d.ts",
"scripts": {
"build": "make build",
"build-test": "make build-test",
"test": "make test",
"lint": "make lint",
"prepublish": "npm run build",
"preversion": "npm run build && npm run build-test && npm run lint && npm run test"
},
"author": "Andrey Popp <8mayday@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-eslint": "^7.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.16.0",
"babelify": "^7.3.0",
"core-js": "^0.9.18",
"eslint": "^3.8.0",
"mochify": "^2.18.1",
"phantomjs": "^2.1.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreypopp/autobind-decorator.git"
}
}