Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/pify/package.json

    r59329aa re29cc2e  
    11{
    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",
     2  "_from": "pify@^4.0.1",
     3  "_id": "pify@4.0.1",
    114  "_inBundle": false,
    12   "_integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
     5  "_integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
    136  "_location": "/pify",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "pify@2.3.0",
     11    "raw": "pify@^4.0.1",
    1912    "name": "pify",
    2013    "escapedName": "pify",
    21     "rawSpec": "2.3.0",
     14    "rawSpec": "^4.0.1",
    2215    "saveSpec": null,
    23     "fetchSpec": "2.3.0"
     16    "fetchSpec": "^4.0.1"
    2417  },
    2518  "_requiredBy": [
    26     "/read-cache"
     19    "/del",
     20    "/less/make-dir"
    2721  ],
    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",
     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",
    3126  "author": {
    3227    "name": "Sindre Sorhus",
     
    3732    "url": "https://github.com/sindresorhus/pify/issues"
    3833  },
     34  "bundleDependencies": false,
     35  "deprecated": false,
    3936  "description": "Promisify a callback-style function",
    4037  "devDependencies": {
    41     "ava": "*",
    42     "pinkie-promise": "^1.0.0",
    43     "v8-natives": "0.0.2",
    44     "xo": "*"
     38    "ava": "^0.25.0",
     39    "pinkie-promise": "^2.0.0",
     40    "v8-natives": "^1.1.0",
     41    "xo": "^0.23.0"
    4542  },
    4643  "engines": {
    47     "node": ">=0.10.0"
     44    "node": ">=6"
    4845  },
    4946  "files": [
     
    5552    "promises",
    5653    "promisify",
     54    "all",
    5755    "denodify",
    5856    "denodeify",
     
    6967    "to",
    7068    "async",
    71     "es2015"
     69    "await",
     70    "es2015",
     71    "bluebird"
    7272  ],
    7373  "license": "MIT",
     
    7979  "scripts": {
    8080    "optimization-test": "node --allow-natives-syntax optimization-test.js",
    81     "test": "xo && ava && npm run optimization-test"
     81    "test": "xo && ava"
    8282  },
    83   "version": "2.3.0"
     83  "version": "4.0.1"
    8484}
Note: See TracChangeset for help on using the changeset viewer.