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

    rceaed42 r59329aa  
    11{
    2   "name": "needle",
    3   "version": "2.9.1",
     2  "_args": [
     3    [
     4      "needle@2.9.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "needle@2.9.1",
     10  "_id": "needle@2.9.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==",
     13  "_location": "/needle",
     14  "_optional": true,
     15  "_phantomChildren": {
     16    "ms": "2.1.2"
     17  },
     18  "_requested": {
     19    "type": "version",
     20    "registry": true,
     21    "raw": "needle@2.9.1",
     22    "name": "needle",
     23    "escapedName": "needle",
     24    "rawSpec": "2.9.1",
     25    "saveSpec": null,
     26    "fetchSpec": "2.9.1"
     27  },
     28  "_requiredBy": [
     29    "/less"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/needle/-/needle-2.9.1.tgz",
     32  "_spec": "2.9.1",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Tomás Pollak",
     36    "email": "tomas@forkhq.com"
     37  },
     38  "bin": {
     39    "needle": "bin/needle"
     40  },
     41  "bugs": {
     42    "url": "https://github.com/tomas/needle/issues"
     43  },
     44  "dependencies": {
     45    "debug": "^3.2.6",
     46    "iconv-lite": "^0.4.4",
     47    "sax": "^1.2.4"
     48  },
    449  "description": "The leanest and most handsome HTTP client in the Nodelands.",
     50  "devDependencies": {
     51    "JSONStream": "^1.3.5",
     52    "jschardet": "^1.6.0",
     53    "mocha": "^5.2.0",
     54    "pump": "^3.0.0",
     55    "q": "^1.5.1",
     56    "should": "^13.2.3",
     57    "sinon": "^2.3.0",
     58    "xml2js": "^0.4.19"
     59  },
     60  "directories": {
     61    "lib": "./lib"
     62  },
     63  "engines": {
     64    "node": ">= 4.4.x"
     65  },
     66  "homepage": "https://github.com/tomas/needle#readme",
    567  "keywords": [
    668    "http",
     
    1981    "redirect"
    2082  ],
     83  "license": "MIT",
     84  "main": "./lib/needle",
     85  "name": "needle",
     86  "repository": {
     87    "type": "git",
     88    "url": "git+https://github.com/tomas/needle.git"
     89  },
     90  "scripts": {
     91    "test": "mocha test"
     92  },
    2193  "tags": [
    2294    "http",
     
    35107    "redirect"
    36108  ],
    37   "author": "Tomás Pollak <tomas@forkhq.com>",
    38   "repository": {
    39     "type": "git",
    40     "url": "https://github.com/tomas/needle.git"
    41   },
    42   "dependencies": {
    43     "debug": "^3.2.6",
    44     "iconv-lite": "^0.4.4",
    45     "sax": "^1.2.4"
    46   },
    47   "devDependencies": {
    48     "JSONStream": "^1.3.5",
    49     "jschardet": "^1.6.0",
    50     "mocha": "^5.2.0",
    51     "pump": "^3.0.0",
    52     "q": "^1.5.1",
    53     "should": "^13.2.3",
    54     "sinon": "^2.3.0",
    55     "xml2js": "^0.4.19"
    56   },
    57   "scripts": {
    58     "test": "mocha test"
    59   },
    60   "directories": {
    61     "lib": "./lib"
    62   },
    63   "main": "./lib/needle",
    64   "bin": {
    65     "needle": "./bin/needle"
    66   },
    67   "license": "MIT",
    68   "engines": {
    69     "node": ">= 4.4.x"
    70   }
     109  "version": "2.9.1"
    71110}
Note: See TracChangeset for help on using the changeset viewer.