CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
package.json30 linesDownload Raw Back to wrappy
1{2  "name": "wrappy",3  "version": "1.0.2",4  "description": "Callback wrapping utility",5  "main": "wrappy.js",6  "files": [7    "wrappy.js"8  ],9  "directories": {10    "test": "test"11  },12  "dependencies": {},13  "devDependencies": {14    "tap": "^2.3.1"15  },16  "scripts": {17    "test": "tap --coverage test/*.js"18  },19  "repository": {20    "type": "git",21    "url": "https://github.com/npm/wrappy"22  },23  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",24  "license": "ISC",25  "bugs": {26    "url": "https://github.com/npm/wrappy/issues"27  },28  "homepage": "https://github.com/npm/wrappy"29}30