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

    r0c6b92a r79a0317  
    11{
    2   "name": "esrecurse",
    3   "description": "ECMAScript AST recursive visitor",
    4   "homepage": "https://github.com/estools/esrecurse",
    5   "main": "esrecurse.js",
    6   "version": "4.3.0",
    7   "engines": {
    8     "node": ">=4.0"
     2  "_from": "esrecurse@^4.3.0",
     3  "_id": "esrecurse@4.3.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
     6  "_location": "/esrecurse",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "esrecurse@^4.3.0",
     12    "name": "esrecurse",
     13    "escapedName": "esrecurse",
     14    "rawSpec": "^4.3.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^4.3.0"
    917  },
    10   "maintainers": [
    11     {
    12       "name": "Yusuke Suzuki",
    13       "email": "utatane.tea@gmail.com",
    14       "web": "https://github.com/Constellation"
    15     }
     18  "_requiredBy": [
     19    "/eslint-scope"
    1620  ],
    17   "repository": {
    18     "type": "git",
    19     "url": "https://github.com/estools/esrecurse.git"
     21  "_resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
     22  "_shasum": "7ad7964d679abb28bee72cec63758b1c5d2c9921",
     23  "_spec": "esrecurse@^4.3.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint-scope",
     25  "babel": {
     26    "presets": [
     27      "es2015"
     28    ]
    2029  },
     30  "bugs": {
     31    "url": "https://github.com/estools/esrecurse/issues"
     32  },
     33  "bundleDependencies": false,
    2134  "dependencies": {
    2235    "estraverse": "^5.2.0"
    2336  },
     37  "deprecated": false,
     38  "description": "ECMAScript AST recursive visitor",
    2439  "devDependencies": {
    2540    "babel-cli": "^6.24.1",
     
    3954    "minimist": "^1.1.0"
    4055  },
     56  "engines": {
     57    "node": ">=4.0"
     58  },
     59  "homepage": "https://github.com/estools/esrecurse",
    4160  "license": "BSD-2-Clause",
     61  "main": "esrecurse.js",
     62  "maintainers": [
     63    {
     64      "name": "Yusuke Suzuki",
     65      "email": "utatane.tea@gmail.com",
     66      "url": "https://github.com/Constellation"
     67    }
     68  ],
     69  "name": "esrecurse",
     70  "repository": {
     71    "type": "git",
     72    "url": "git+https://github.com/estools/esrecurse.git"
     73  },
    4274  "scripts": {
     75    "lint": "gulp lint",
    4376    "test": "gulp travis",
    44     "unit-test": "gulp test",
    45     "lint": "gulp lint"
     77    "unit-test": "gulp test"
    4678  },
    47   "babel": {
    48     "presets": [
    49       "es2015"
    50     ]
    51   }
     79  "version": "4.3.0"
    5280}
Note: See TracChangeset for help on using the changeset viewer.