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

    rceaed42 r59329aa  
    11{
    2   "name": "tmp",
    3   "version": "0.0.33",
     2  "_args": [
     3    [
     4      "tmp@0.0.33",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "tmp@0.0.33",
     10  "_id": "tmp@0.0.33",
     11  "_inBundle": false,
     12  "_integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
     13  "_location": "/tmp",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "tmp@0.0.33",
     19    "name": "tmp",
     20    "escapedName": "tmp",
     21    "rawSpec": "0.0.33",
     22    "saveSpec": null,
     23    "fetchSpec": "0.0.33"
     24  },
     25  "_requiredBy": [
     26    "/external-editor"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
     29  "_spec": "0.0.33",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "KARASZI István",
     33    "email": "github@spam.raszi.hu",
     34    "url": "http://raszi.hu/"
     35  },
     36  "bugs": {
     37    "url": "http://github.com/raszi/node-tmp/issues"
     38  },
     39  "dependencies": {
     40    "os-tmpdir": "~1.0.2"
     41  },
    442  "description": "Temporary file and directory creator",
    5   "author": "KARASZI István <github@spam.raszi.hu> (http://raszi.hu/)",
     43  "devDependencies": {
     44    "vows": "~0.7.0"
     45  },
     46  "engines": {
     47    "node": ">=0.6.0"
     48  },
     49  "files": [
     50    "lib/"
     51  ],
     52  "homepage": "http://github.com/raszi/node-tmp",
    653  "keywords": [
    754    "temporary",
     
    1461  ],
    1562  "license": "MIT",
    16   "repository": "raszi/node-tmp",
    17   "homepage": "http://github.com/raszi/node-tmp",
    18   "bugs": {
    19     "url": "http://github.com/raszi/node-tmp/issues"
     63  "main": "lib/tmp.js",
     64  "name": "tmp",
     65  "repository": {
     66    "type": "git",
     67    "url": "git+https://github.com/raszi/node-tmp.git"
    2068  },
    21   "engines": {
    22     "node": ">=0.6.0"
     69  "scripts": {
     70    "doc": "jsdoc -c .jsdoc.json",
     71    "test": "vows test/*-test.js"
    2372  },
    24   "dependencies": {
    25     "os-tmpdir": "~1.0.2"
    26   },
    27   "devDependencies": {
    28     "vows": "~0.7.0"
    29   },
    30   "main": "lib/tmp.js",
    31   "files": [
    32     "lib/"
    33   ],
    34   "scripts": {
    35     "test": "vows test/*-test.js",
    36     "doc": "jsdoc -c .jsdoc.json"
    37   }
     73  "version": "0.0.33"
    3874}
Note: See TracChangeset for help on using the changeset viewer.