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/prr/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "prr",
     2  "_args": [
     3    [
     4      "prr@1.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "prr@1.0.1",
     10  "_id": "prr@1.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=",
     13  "_location": "/prr",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "prr@1.0.1",
     19    "name": "prr",
     20    "escapedName": "prr",
     21    "rawSpec": "1.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.1"
     24  },
     25  "_requiredBy": [
     26    "/errno"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
     29  "_spec": "1.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Rod Vagg",
     33    "email": "rod@vagg.org",
     34    "url": "https://github.com/rvagg"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/rvagg/prr/issues"
     38  },
     39  "dependencies": {},
    340  "description": "A better Object.defineProperty()",
    4   "version": "1.0.1",
     41  "devDependencies": {
     42    "tap": "*"
     43  },
    544  "homepage": "https://github.com/rvagg/prr",
    6   "author": "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
    745  "keywords": [
    846    "property",
     
    1149    "ender"
    1250  ],
     51  "license": "MIT",
    1352  "main": "./prr.js",
     53  "name": "prr",
    1454  "repository": {
    1555    "type": "git",
    16     "url": "https://github.com/rvagg/prr.git"
    17   },
    18   "dependencies": {},
    19   "devDependencies": {
    20     "tap": "*"
     56    "url": "git+https://github.com/rvagg/prr.git"
    2157  },
    2258  "scripts": {
    2359    "test": "node ./test.js"
    2460  },
    25   "license": "MIT"
     61  "version": "1.0.1"
    2662}
Note: See TracChangeset for help on using the changeset viewer.