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

    rceaed42 r59329aa  
    11{
    2   "name": "asynckit",
    3   "version": "0.4.0",
    4   "description": "Minimal async jobs utility library, with streams support",
    5   "main": "index.js",
    6   "scripts": {
    7     "clean": "rimraf coverage",
    8     "lint": "eslint *.js lib/*.js test/*.js",
    9     "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec",
    10     "win-test": "tape test/test-*.js",
    11     "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec",
    12     "report": "istanbul report",
    13     "size": "browserify index.js | size-table asynckit",
    14     "debug": "tape test/test-*.js"
     2  "_args": [
     3    [
     4      "asynckit@0.4.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "asynckit@0.4.0",
     10  "_id": "asynckit@0.4.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
     13  "_location": "/asynckit",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "asynckit@0.4.0",
     19    "name": "asynckit",
     20    "escapedName": "asynckit",
     21    "rawSpec": "0.4.0",
     22    "saveSpec": null,
     23    "fetchSpec": "0.4.0"
    1524  },
    16   "pre-commit": [
    17     "clean",
    18     "lint",
    19     "test",
    20     "browser",
    21     "report",
    22     "size"
     25  "_requiredBy": [
     26    "/form-data"
    2327  ],
    24   "repository": {
    25     "type": "git",
    26     "url": "git+https://github.com/alexindigo/asynckit.git"
     28  "_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
     29  "_spec": "0.4.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Alex Indigo",
     33    "email": "iam@alexindigo.com"
    2734  },
    28   "keywords": [
    29     "async",
    30     "jobs",
    31     "parallel",
    32     "serial",
    33     "iterator",
    34     "array",
    35     "object",
    36     "stream",
    37     "destroy",
    38     "terminate",
    39     "abort"
    40   ],
    41   "author": "Alex Indigo <iam@alexindigo.com>",
    42   "license": "MIT",
    4335  "bugs": {
    4436    "url": "https://github.com/alexindigo/asynckit/issues"
    4537  },
    46   "homepage": "https://github.com/alexindigo/asynckit#readme",
     38  "dependencies": {},
     39  "description": "Minimal async jobs utility library, with streams support",
    4740  "devDependencies": {
    4841    "browserify": "^13.0.0",
     
    6053    "tape": "^4.5.1"
    6154  },
    62   "dependencies": {}
     55  "homepage": "https://github.com/alexindigo/asynckit#readme",
     56  "keywords": [
     57    "async",
     58    "jobs",
     59    "parallel",
     60    "serial",
     61    "iterator",
     62    "array",
     63    "object",
     64    "stream",
     65    "destroy",
     66    "terminate",
     67    "abort"
     68  ],
     69  "license": "MIT",
     70  "main": "index.js",
     71  "name": "asynckit",
     72  "pre-commit": [
     73    "clean",
     74    "lint",
     75    "test",
     76    "browser",
     77    "report",
     78    "size"
     79  ],
     80  "repository": {
     81    "type": "git",
     82    "url": "git+https://github.com/alexindigo/asynckit.git"
     83  },
     84  "scripts": {
     85    "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec",
     86    "clean": "rimraf coverage",
     87    "debug": "tape test/test-*.js",
     88    "lint": "eslint *.js lib/*.js test/*.js",
     89    "report": "istanbul report",
     90    "size": "browserify index.js | size-table asynckit",
     91    "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec",
     92    "win-test": "tape test/test-*.js"
     93  },
     94  "version": "0.4.0"
    6395}
Note: See TracChangeset for help on using the changeset viewer.