UNPKG

util.inherits

Version:
54 lines (53 loc) 1.37 kB
{ "name": "util.inherits", "version": "1.0.3", "description": "util.inherits with compatibility", "main": "index.js", "scripts": { "test": "node --harmony ./node_modules/.bin/ava --verbose --timeout=10s" }, "files": [ "index.js" ], "repository": { "type": "git", "url": "git://github.com/kaelzhang/node-util-inherits.git" }, "keywords": [ "util-inherits", "inherits", "class-extends", "extend", "legacy" ], "engines": { "node": ">=4" }, "author": "kaelzhang", "license": "MIT", "bugs": { "url": "https://github.com/kaelzhang/node-util-inherits/issues" }, "ava": { "require": "babel-register", "babel": { "babelrc": true }, "files": [ "test.js" ] }, "devDependencies": { "ava": "^0.16.0", "babel-plugin-transform-async-to-generator": "^6.22.0", "babel-plugin-syntax-trailing-function-commas": "^6.13.0", "babel-plugin-transform-class-properties": "^6.16.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.16.0", "babel-plugin-transform-exponentiation-operator": "^6.8.0", "babel-plugin-transform-inline-environment-variables": "^6.8.0", "babel-plugin-transform-object-rest-spread": "^6.16.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.16.0", "babel-register": "^6.24.1" } }