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

    r0c6b92a r79a0317  
    11{
    2   "name": "js-yaml",
    3   "version": "4.1.0",
    4   "description": "YAML 1.2 parser and serializer",
    5   "keywords": [
    6     "yaml",
    7     "parser",
    8     "serializer",
    9     "pyyaml"
     2  "_from": "js-yaml@^4.1.0",
     3  "_id": "js-yaml@4.1.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
     6  "_location": "/js-yaml",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "js-yaml@^4.1.0",
     12    "name": "js-yaml",
     13    "escapedName": "js-yaml",
     14    "rawSpec": "^4.1.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^4.1.0"
     17  },
     18  "_requiredBy": [
     19    "/@eslint/eslintrc",
     20    "/eslint"
    1021  ],
    11   "author": "Vladimir Zapparov <dervus.grim@gmail.com>",
    12   "contributors": [
    13     "Aleksey V Zapparov <ixti@member.fsf.org> (http://www.ixti.net/)",
    14     "Vitaly Puzrin <vitaly@rcdesign.ru> (https://github.com/puzrin)",
    15     "Martin Grenfell <martin.grenfell@gmail.com> (http://got-ravings.blogspot.com)"
    16   ],
    17   "license": "MIT",
    18   "repository": "nodeca/js-yaml",
    19   "files": [
    20     "index.js",
    21     "lib/",
    22     "bin/",
    23     "dist/"
    24   ],
     22  "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
     23  "_shasum": "c1fb65f8f5017901cdd2c951864ba18458a10602",
     24  "_spec": "js-yaml@^4.1.0",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
     26  "author": {
     27    "name": "Vladimir Zapparov",
     28    "email": "dervus.grim@gmail.com"
     29  },
    2530  "bin": {
    2631    "js-yaml": "bin/js-yaml.js"
    2732  },
    28   "module": "./dist/js-yaml.mjs",
    29   "exports": {
    30     ".": {
    31       "import": "./dist/js-yaml.mjs",
    32       "require": "./index.js"
     33  "bugs": {
     34    "url": "https://github.com/nodeca/js-yaml/issues"
     35  },
     36  "bundleDependencies": false,
     37  "contributors": [
     38    {
     39      "name": "Aleksey V Zapparov",
     40      "email": "ixti@member.fsf.org",
     41      "url": "http://www.ixti.net/"
    3342    },
    34     "./package.json": "./package.json"
    35   },
    36   "scripts": {
    37     "lint": "eslint .",
    38     "test": "npm run lint && mocha",
    39     "coverage": "npm run lint && nyc mocha && nyc report --reporter html",
    40     "demo": "npm run lint && node support/build_demo.js",
    41     "gh-demo": "npm run demo && gh-pages -d demo -f",
    42     "browserify": "rollup -c support/rollup.config.js",
    43     "prepublishOnly": "npm run gh-demo"
    44   },
    45   "unpkg": "dist/js-yaml.min.js",
    46   "jsdelivr": "dist/js-yaml.min.js",
     43    {
     44      "name": "Vitaly Puzrin",
     45      "email": "vitaly@rcdesign.ru",
     46      "url": "https://github.com/puzrin"
     47    },
     48    {
     49      "name": "Martin Grenfell",
     50      "email": "martin.grenfell@gmail.com",
     51      "url": "http://got-ravings.blogspot.com"
     52    }
     53  ],
    4754  "dependencies": {
    4855    "argparse": "^2.0.1"
    4956  },
     57  "deprecated": false,
     58  "description": "YAML 1.2 parser and serializer",
    5059  "devDependencies": {
    5160    "@rollup/plugin-commonjs": "^17.0.0",
     
    6372    "rollup-plugin-terser": "^7.0.2",
    6473    "shelljs": "^0.8.4"
    65   }
     74  },
     75  "exports": {
     76    ".": {
     77      "import": "./dist/js-yaml.mjs",
     78      "require": "./index.js"
     79    },
     80    "./package.json": "./package.json"
     81  },
     82  "files": [
     83    "index.js",
     84    "lib/",
     85    "bin/",
     86    "dist/"
     87  ],
     88  "homepage": "https://github.com/nodeca/js-yaml#readme",
     89  "jsdelivr": "dist/js-yaml.min.js",
     90  "keywords": [
     91    "yaml",
     92    "parser",
     93    "serializer",
     94    "pyyaml"
     95  ],
     96  "license": "MIT",
     97  "module": "./dist/js-yaml.mjs",
     98  "name": "js-yaml",
     99  "repository": {
     100    "type": "git",
     101    "url": "git+https://github.com/nodeca/js-yaml.git"
     102  },
     103  "scripts": {
     104    "browserify": "rollup -c support/rollup.config.js",
     105    "coverage": "npm run lint && nyc mocha && nyc report --reporter html",
     106    "demo": "npm run lint && node support/build_demo.js",
     107    "gh-demo": "npm run demo && gh-pages -d demo -f",
     108    "lint": "eslint .",
     109    "prepublishOnly": "npm run gh-demo",
     110    "test": "npm run lint && mocha"
     111  },
     112  "unpkg": "dist/js-yaml.min.js",
     113  "version": "4.1.0"
    66114}
Note: See TracChangeset for help on using the changeset viewer.