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
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "pify@^4.0.1",
3 "_id": "pify@4.0.1",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
[59329aa]6 "_location": "/pify",
7 "_phantomChildren": {},
8 "_requested": {
[e29cc2e]9 "type": "range",
[59329aa]10 "registry": true,
[e29cc2e]11 "raw": "pify@^4.0.1",
[59329aa]12 "name": "pify",
13 "escapedName": "pify",
[e29cc2e]14 "rawSpec": "^4.0.1",
[59329aa]15 "saveSpec": null,
[e29cc2e]16 "fetchSpec": "^4.0.1"
[59329aa]17 },
18 "_requiredBy": [
[e29cc2e]19 "/del",
20 "/less/make-dir"
[59329aa]21 ],
[e29cc2e]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",
[6a3a178]26 "author": {
27 "name": "Sindre Sorhus",
28 "email": "sindresorhus@gmail.com",
29 "url": "sindresorhus.com"
30 },
[59329aa]31 "bugs": {
32 "url": "https://github.com/sindresorhus/pify/issues"
33 },
[e29cc2e]34 "bundleDependencies": false,
35 "deprecated": false,
[59329aa]36 "description": "Promisify a callback-style function",
37 "devDependencies": {
[e29cc2e]38 "ava": "^0.25.0",
39 "pinkie-promise": "^2.0.0",
40 "v8-natives": "^1.1.0",
41 "xo": "^0.23.0"
[59329aa]42 },
[6a3a178]43 "engines": {
[e29cc2e]44 "node": ">=6"
[6a3a178]45 },
46 "files": [
47 "index.js"
48 ],
[59329aa]49 "homepage": "https://github.com/sindresorhus/pify#readme",
[6a3a178]50 "keywords": [
51 "promise",
52 "promises",
53 "promisify",
[e29cc2e]54 "all",
[6a3a178]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",
[e29cc2e]69 "await",
70 "es2015",
71 "bluebird"
[6a3a178]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",
[e29cc2e]81 "test": "xo && ava"
[59329aa]82 },
[e29cc2e]83 "version": "4.0.1"
[6a3a178]84}
Note: See TracBrowser for help on using the repository browser.