source: trip-planner-front/node_modules/wrappy/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 606 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.