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

    rceaed42 r59329aa  
    11{
    2   "name": "once",
    3   "version": "1.4.0",
    4   "description": "Run a function exactly one time",
    5   "main": "once.js",
    6   "directories": {
    7     "test": "test"
     2  "_args": [
     3    [
     4      "once@1.4.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "once@1.4.0",
     10  "_id": "once@1.4.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
     13  "_location": "/once",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "once@1.4.0",
     19    "name": "once",
     20    "escapedName": "once",
     21    "rawSpec": "1.4.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.4.0"
     24  },
     25  "_requiredBy": [
     26    "/end-of-stream",
     27    "/glob",
     28    "/inflight",
     29    "/pump"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
     32  "_spec": "1.4.0",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Isaac Z. Schlueter",
     36    "email": "i@izs.me",
     37    "url": "http://blog.izs.me/"
     38  },
     39  "bugs": {
     40    "url": "https://github.com/isaacs/once/issues"
    841  },
    942  "dependencies": {
    1043    "wrappy": "1"
    1144  },
     45  "description": "Run a function exactly one time",
    1246  "devDependencies": {
    1347    "tap": "^7.0.1"
    1448  },
    15   "scripts": {
    16     "test": "tap test/*.js"
     49  "directories": {
     50    "test": "test"
    1751  },
    1852  "files": [
    1953    "once.js"
    2054  ],
    21   "repository": {
    22     "type": "git",
    23     "url": "git://github.com/isaacs/once"
    24   },
     55  "homepage": "https://github.com/isaacs/once#readme",
    2556  "keywords": [
    2657    "once",
     
    2960    "single"
    3061  ],
    31   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
    32   "license": "ISC"
     62  "license": "ISC",
     63  "main": "once.js",
     64  "name": "once",
     65  "repository": {
     66    "type": "git",
     67    "url": "git://github.com/isaacs/once.git"
     68  },
     69  "scripts": {
     70    "test": "tap test/*.js"
     71  },
     72  "version": "1.4.0"
    3373}
Note: See TracChangeset for help on using the changeset viewer.