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

    r0c6b92a r79a0317  
    11{
    2   "name": "esutils",
     2  "_from": "esutils@^2.0.2",
     3  "_id": "esutils@2.0.3",
     4  "_inBundle": false,
     5  "_integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
     6  "_location": "/esutils",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "esutils@^2.0.2",
     12    "name": "esutils",
     13    "escapedName": "esutils",
     14    "rawSpec": "^2.0.2",
     15    "saveSpec": null,
     16    "fetchSpec": "^2.0.2"
     17  },
     18  "_requiredBy": [
     19    "/doctrine",
     20    "/eslint",
     21    "/eslint-plugin-react/doctrine"
     22  ],
     23  "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
     24  "_shasum": "74d2eb4de0b8da1293711910d50775b9b710ef64",
     25  "_spec": "esutils@^2.0.2",
     26  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
     27  "bugs": {
     28    "url": "https://github.com/estools/esutils/issues"
     29  },
     30  "bundleDependencies": false,
     31  "deprecated": false,
    332  "description": "utility box for ECMAScript language tools",
    4   "homepage": "https://github.com/estools/esutils",
    5   "main": "lib/utils.js",
    6   "version": "2.0.3",
    7   "engines": {
    8     "node": ">=0.10.0"
    9   },
    10   "directories": {
    11     "lib": "./lib"
    12   },
    13   "files": [
    14     "LICENSE.BSD",
    15     "README.md",
    16     "lib"
    17   ],
    18   "maintainers": [
    19     {
    20       "name": "Yusuke Suzuki",
    21       "email": "utatane.tea@gmail.com",
    22       "web": "http://github.com/Constellation"
    23     }
    24   ],
    25   "repository": {
    26     "type": "git",
    27     "url": "http://github.com/estools/esutils.git"
    28   },
    2933  "devDependencies": {
    3034    "chai": "~1.7.2",
     
    3539    "unicode-9.0.0": "~0.7.0"
    3640  },
     41  "directories": {
     42    "lib": "./lib"
     43  },
     44  "engines": {
     45    "node": ">=0.10.0"
     46  },
     47  "files": [
     48    "LICENSE.BSD",
     49    "README.md",
     50    "lib"
     51  ],
     52  "homepage": "https://github.com/estools/esutils",
    3753  "license": "BSD-2-Clause",
     54  "main": "lib/utils.js",
     55  "maintainers": [
     56    {
     57      "name": "Yusuke Suzuki",
     58      "email": "utatane.tea@gmail.com",
     59      "url": "http://github.com/Constellation"
     60    }
     61  ],
     62  "name": "esutils",
     63  "repository": {
     64    "type": "git",
     65    "url": "git+ssh://git@github.com/estools/esutils.git"
     66  },
    3867  "scripts": {
     68    "generate-regex": "node tools/generate-identifier-regex.js",
     69    "lint": "jshint lib/*.js",
    3970    "test": "npm run-script lint && npm run-script unit-test",
    40     "lint": "jshint lib/*.js",
    41     "unit-test": "mocha --compilers coffee:coffee-script -R spec",
    42     "generate-regex": "node tools/generate-identifier-regex.js"
    43   }
     71    "unit-test": "mocha --compilers coffee:coffee-script -R spec"
     72  },
     73  "version": "2.0.3"
    4474}
Note: See TracChangeset for help on using the changeset viewer.