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/webpack-dev-server/node_modules/string_decoder/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "string_decoder",
    3   "version": "1.1.1",
    4   "description": "The string_decoder module from Node core",
    5   "main": "lib/string_decoder.js",
     2  "_args": [
     3    [
     4      "string_decoder@1.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "string_decoder@1.1.1",
     10  "_id": "string_decoder@1.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
     13  "_location": "/webpack-dev-server/string_decoder",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "string_decoder@1.1.1",
     19    "name": "string_decoder",
     20    "escapedName": "string_decoder",
     21    "rawSpec": "1.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.1"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/readable-stream"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
     29  "_spec": "1.1.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bugs": {
     32    "url": "https://github.com/nodejs/string_decoder/issues"
     33  },
    634  "dependencies": {
    735    "safe-buffer": "~5.1.0"
    836  },
     37  "description": "The string_decoder module from Node core",
    938  "devDependencies": {
    1039    "babel-polyfill": "^6.23.0",
     
    1241    "inherits": "^2.0.3",
    1342    "tap": "~0.4.8"
    14   },
    15   "scripts": {
    16     "test": "tap test/parallel/*.js && node test/verify-dependencies",
    17     "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js"
    18   },
    19   "repository": {
    20     "type": "git",
    21     "url": "git://github.com/nodejs/string_decoder.git"
    2243  },
    2344  "homepage": "https://github.com/nodejs/string_decoder",
     
    2849    "browserify"
    2950  ],
    30   "license": "MIT"
     51  "license": "MIT",
     52  "main": "lib/string_decoder.js",
     53  "name": "string_decoder",
     54  "repository": {
     55    "type": "git",
     56    "url": "git://github.com/nodejs/string_decoder.git"
     57  },
     58  "scripts": {
     59    "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js",
     60    "test": "tap test/parallel/*.js && node test/verify-dependencies"
     61  },
     62  "version": "1.1.1"
    3163}
Note: See TracChangeset for help on using the changeset viewer.