source: trip-planner-front/node_modules/universalify/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "universalify@0.1.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "universalify@0.1.2",
10 "_id": "universalify@0.1.2",
11 "_inBundle": false,
12 "_integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
13 "_location": "/universalify",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "universalify@0.1.2",
19 "name": "universalify",
20 "escapedName": "universalify",
21 "rawSpec": "0.1.2",
22 "saveSpec": null,
23 "fetchSpec": "0.1.2"
24 },
25 "_requiredBy": [
26 "/fs-extra"
27 ],
28 "_resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
29 "_spec": "0.1.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Ryan Zimmerman",
33 "email": "opensrc@ryanzim.com"
34 },
35 "bugs": {
36 "url": "https://github.com/RyanZim/universalify/issues"
37 },
38 "description": "Make a callback- or promise-based function support both promises and callbacks.",
39 "devDependencies": {
40 "colortape": "^0.1.2",
41 "coveralls": "^3.0.1",
42 "nyc": "^10.2.0",
43 "standard": "^10.0.1",
44 "tape": "^4.6.3"
45 },
46 "engines": {
47 "node": ">= 4.0.0"
48 },
49 "files": [
50 "index.js"
51 ],
52 "homepage": "https://github.com/RyanZim/universalify#readme",
53 "keywords": [
54 "callback",
55 "native",
56 "promise"
57 ],
58 "license": "MIT",
59 "name": "universalify",
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/RyanZim/universalify.git"
63 },
64 "scripts": {
65 "test": "standard && nyc tape test/*.js | colortape"
66 },
67 "version": "0.1.2"
68}
Note: See TracBrowser for help on using the repository browser.