UNPKG

deprecate

Version:

Mark methods as deprecated and warn the user when they're called

22 lines (21 loc) 432 B
{ "name": "deprecate", "version": "1.1.1", "description": "Mark methods as deprecated and warn the user when they're called", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/brianc/node-deprecate.git" }, "keywords": [ "deprecate" ], "author": "Brian M. Carlson", "license": "MIT", "devDependencies": { "mocha": "~1.8.1" } }