Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

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

    rceaed42 r59329aa  
    11{
    2   "name": "pify",
    3   "version": "2.3.0",
    4   "description": "Promisify a callback-style function",
    5   "license": "MIT",
    6   "repository": "sindresorhus/pify",
     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",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     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  },
    1246  "engines": {
    1347    "node": ">=0.10.0"
    14   },
    15   "scripts": {
    16     "test": "xo && ava && npm run optimization-test",
    17     "optimization-test": "node --allow-natives-syntax optimization-test.js"
    1848  },
    1949  "files": [
    2050    "index.js"
    2151  ],
     52  "homepage": "https://github.com/sindresorhus/pify#readme",
    2253  "keywords": [
    2354    "promise",
     
    4071    "es2015"
    4172  ],
    42   "devDependencies": {
    43     "ava": "*",
    44     "pinkie-promise": "^1.0.0",
    45     "v8-natives": "0.0.2",
    46     "xo": "*"
    47   }
     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"
    4884}
Note: See TracChangeset for help on using the changeset viewer.