Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/asynckit/package.json

    r0c6b92a r79a0317  
    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  "_from": "asynckit@^0.4.0",
     3  "_id": "asynckit@0.4.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
     6  "_location": "/asynckit",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "asynckit@^0.4.0",
     12    "name": "asynckit",
     13    "escapedName": "asynckit",
     14    "rawSpec": "^0.4.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^0.4.0"
    1517  },
    16   "pre-commit": [
    17     "clean",
    18     "lint",
    19     "test",
    20     "browser",
    21     "report",
    22     "size"
     18  "_requiredBy": [
     19    "/form-data"
    2320  ],
    24   "repository": {
    25     "type": "git",
    26     "url": "git+https://github.com/alexindigo/asynckit.git"
     21  "_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
     22  "_shasum": "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79",
     23  "_spec": "asynckit@^0.4.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/form-data",
     25  "author": {
     26    "name": "Alex Indigo",
     27    "email": "iam@alexindigo.com"
    2728  },
    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",
    4329  "bugs": {
    4430    "url": "https://github.com/alexindigo/asynckit/issues"
    4531  },
    46   "homepage": "https://github.com/alexindigo/asynckit#readme",
     32  "bundleDependencies": false,
     33  "dependencies": {},
     34  "deprecated": false,
     35  "description": "Minimal async jobs utility library, with streams support",
    4736  "devDependencies": {
    4837    "browserify": "^13.0.0",
     
    6049    "tape": "^4.5.1"
    6150  },
    62   "dependencies": {}
     51  "homepage": "https://github.com/alexindigo/asynckit#readme",
     52  "keywords": [
     53    "async",
     54    "jobs",
     55    "parallel",
     56    "serial",
     57    "iterator",
     58    "array",
     59    "object",
     60    "stream",
     61    "destroy",
     62    "terminate",
     63    "abort"
     64  ],
     65  "license": "MIT",
     66  "main": "index.js",
     67  "name": "asynckit",
     68  "pre-commit": [
     69    "clean",
     70    "lint",
     71    "test",
     72    "browser",
     73    "report",
     74    "size"
     75  ],
     76  "repository": {
     77    "type": "git",
     78    "url": "git+https://github.com/alexindigo/asynckit.git"
     79  },
     80  "scripts": {
     81    "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec",
     82    "clean": "rimraf coverage",
     83    "debug": "tape test/test-*.js",
     84    "lint": "eslint *.js lib/*.js test/*.js",
     85    "report": "istanbul report",
     86    "size": "browserify index.js | size-table asynckit",
     87    "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec",
     88    "win-test": "tape test/test-*.js"
     89  },
     90  "version": "0.4.0"
    6391}
Note: See TracChangeset for help on using the changeset viewer.