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

    rceaed42 r59329aa  
    11{
    2   "name": "os-tmpdir",
    3   "version": "1.0.2",
    4   "description": "Node.js os.tmpdir() ponyfill",
    5   "license": "MIT",
    6   "repository": "sindresorhus/os-tmpdir",
     2  "_args": [
     3    [
     4      "os-tmpdir@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "os-tmpdir@1.0.2",
     10  "_id": "os-tmpdir@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
     13  "_location": "/os-tmpdir",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "os-tmpdir@1.0.2",
     19    "name": "os-tmpdir",
     20    "escapedName": "os-tmpdir",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
     24  },
     25  "_requiredBy": [
     26    "/tmp"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
     29  "_spec": "1.0.2",
     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/os-tmpdir/issues"
     38  },
     39  "description": "Node.js os.tmpdir() ponyfill",
     40  "devDependencies": {
     41    "ava": "*",
     42    "xo": "^0.16.0"
     43  },
    1244  "engines": {
    1345    "node": ">=0.10.0"
    14   },
    15   "scripts": {
    16     "test": "xo && ava"
    1746  },
    1847  "files": [
    1948    "index.js"
    2049  ],
     50  "homepage": "https://github.com/sindresorhus/os-tmpdir#readme",
    2151  "keywords": [
    2252    "built-in",
     
    3565    "environment"
    3666  ],
    37   "devDependencies": {
    38     "ava": "*",
    39     "xo": "^0.16.0"
    40   }
     67  "license": "MIT",
     68  "name": "os-tmpdir",
     69  "repository": {
     70    "type": "git",
     71    "url": "git+https://github.com/sindresorhus/os-tmpdir.git"
     72  },
     73  "scripts": {
     74    "test": "xo && ava"
     75  },
     76  "version": "1.0.2"
    4177}
Note: See TracChangeset for help on using the changeset viewer.