source: trip-planner-front/node_modules/pify/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[6a3a178]1{
[59329aa]2 "_args": [
3 [
4 "pify@2.3.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "pify@2.3.0",
10 "_id": "pify@2.3.0",
11 "_inBundle": false,
12 "_integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
13 "_location": "/pify",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "pify@2.3.0",
19 "name": "pify",
20 "escapedName": "pify",
21 "rawSpec": "2.3.0",
22 "saveSpec": null,
23 "fetchSpec": "2.3.0"
24 },
25 "_requiredBy": [
26 "/read-cache"
27 ],
28 "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
29 "_spec": "2.3.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
[6a3a178]31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "sindresorhus.com"
35 },
[59329aa]36 "bugs": {
37 "url": "https://github.com/sindresorhus/pify/issues"
38 },
39 "description": "Promisify a callback-style function",
40 "devDependencies": {
41 "ava": "*",
42 "pinkie-promise": "^1.0.0",
43 "v8-natives": "0.0.2",
44 "xo": "*"
45 },
[6a3a178]46 "engines": {
47 "node": ">=0.10.0"
48 },
49 "files": [
50 "index.js"
51 ],
[59329aa]52 "homepage": "https://github.com/sindresorhus/pify#readme",
[6a3a178]53 "keywords": [
54 "promise",
55 "promises",
56 "promisify",
57 "denodify",
58 "denodeify",
59 "callback",
60 "cb",
61 "node",
62 "then",
63 "thenify",
64 "convert",
65 "transform",
66 "wrap",
67 "wrapper",
68 "bind",
69 "to",
70 "async",
71 "es2015"
72 ],
[59329aa]73 "license": "MIT",
74 "name": "pify",
75 "repository": {
76 "type": "git",
77 "url": "git+https://github.com/sindresorhus/pify.git"
78 },
79 "scripts": {
80 "optimization-test": "node --allow-natives-syntax optimization-test.js",
81 "test": "xo && ava && npm run optimization-test"
82 },
83 "version": "2.3.0"
[6a3a178]84}
Note: See TracBrowser for help on using the repository browser.