source: trip-planner-front/node_modules/pify/package.json@ 84d0fbb

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

primeNG components

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_from": "pify@^4.0.1",
3 "_id": "pify@4.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
6 "_location": "/pify",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "pify@^4.0.1",
12 "name": "pify",
13 "escapedName": "pify",
14 "rawSpec": "^4.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^4.0.1"
17 },
18 "_requiredBy": [
19 "/del",
20 "/less/make-dir"
21 ],
22 "_resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
23 "_shasum": "4b2cd25c50d598735c50292224fd8c6df41e3231",
24 "_spec": "pify@^4.0.1",
25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\less\\node_modules\\make-dir",
26 "author": {
27 "name": "Sindre Sorhus",
28 "email": "sindresorhus@gmail.com",
29 "url": "sindresorhus.com"
30 },
31 "bugs": {
32 "url": "https://github.com/sindresorhus/pify/issues"
33 },
34 "bundleDependencies": false,
35 "deprecated": false,
36 "description": "Promisify a callback-style function",
37 "devDependencies": {
38 "ava": "^0.25.0",
39 "pinkie-promise": "^2.0.0",
40 "v8-natives": "^1.1.0",
41 "xo": "^0.23.0"
42 },
43 "engines": {
44 "node": ">=6"
45 },
46 "files": [
47 "index.js"
48 ],
49 "homepage": "https://github.com/sindresorhus/pify#readme",
50 "keywords": [
51 "promise",
52 "promises",
53 "promisify",
54 "all",
55 "denodify",
56 "denodeify",
57 "callback",
58 "cb",
59 "node",
60 "then",
61 "thenify",
62 "convert",
63 "transform",
64 "wrap",
65 "wrapper",
66 "bind",
67 "to",
68 "async",
69 "await",
70 "es2015",
71 "bluebird"
72 ],
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"
82 },
83 "version": "4.0.1"
84}
Note: See TracBrowser for help on using the repository browser.