CoolFace
Apppublic

Pinsave/counterstrike

sourceHugging Faceupdated 3mo agoView on Hugging Face
1likes
package.json28 linesDownload Raw Back to util-deprecate
1{2  "name": "util-deprecate",3  "version": "1.0.2",4  "description": "The Node.js `util.deprecate()` function with browser support",5  "main": "node.js",6  "browser": "browser.js",7  "scripts": {8    "test": "echo \"Error: no test specified\" && exit 1"9  },10  "repository": {11    "type": "git",12    "url": "git://github.com/TooTallNate/util-deprecate.git"13  },14  "keywords": [15    "util",16    "deprecate",17    "browserify",18    "browser",19    "node"20  ],21  "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",22  "license": "MIT",23  "bugs": {24    "url": "https://github.com/TooTallNate/util-deprecate/issues"25  },26  "homepage": "https://github.com/TooTallNate/util-deprecate"27}28