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

    r0c6b92a r79a0317  
    11{
    2   "name": "estraverse",
     2  "_from": "estraverse@5.3.0",
     3  "_id": "estraverse@5.3.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
     6  "_location": "/estraverse",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "estraverse@5.3.0",
     12    "name": "estraverse",
     13    "escapedName": "estraverse",
     14    "rawSpec": "5.3.0",
     15    "saveSpec": null,
     16    "fetchSpec": "5.3.0"
     17  },
     18  "_requiredBy": [
     19    "/eslint-plugin-react",
     20    "/eslint-scope",
     21    "/esquery",
     22    "/esrecurse"
     23  ],
     24  "_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
     25  "_shasum": "2eea5290702f26ab8fe5370370ff86c965d21123",
     26  "_spec": "estraverse@5.3.0",
     27  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint-scope",
     28  "bugs": {
     29    "url": "https://github.com/estools/estraverse/issues"
     30  },
     31  "bundleDependencies": false,
     32  "deprecated": false,
    333  "description": "ECMAScript JS AST traversal functions",
    4   "homepage": "https://github.com/estools/estraverse",
    5   "main": "estraverse.js",
    6   "version": "5.3.0",
    7   "engines": {
    8     "node": ">=4.0"
    9   },
    10   "maintainers": [
    11     {
    12       "name": "Yusuke Suzuki",
    13       "email": "utatane.tea@gmail.com",
    14       "web": "http://github.com/Constellation"
    15     }
    16   ],
    17   "repository": {
    18     "type": "git",
    19     "url": "http://github.com/estools/estraverse.git"
    20   },
    2134  "devDependencies": {
    2235    "babel-preset-env": "^1.6.1",
     
    3245    "mocha": "^2.1.0"
    3346  },
     47  "engines": {
     48    "node": ">=4.0"
     49  },
     50  "homepage": "https://github.com/estools/estraverse",
    3451  "license": "BSD-2-Clause",
     52  "main": "estraverse.js",
     53  "maintainers": [
     54    {
     55      "name": "Yusuke Suzuki",
     56      "email": "utatane.tea@gmail.com",
     57      "url": "http://github.com/Constellation"
     58    }
     59  ],
     60  "name": "estraverse",
     61  "repository": {
     62    "type": "git",
     63    "url": "git+ssh://git@github.com/estools/estraverse.git"
     64  },
    3565  "scripts": {
     66    "lint": "jshint estraverse.js",
    3667    "test": "npm run-script lint && npm run-script unit-test",
    37     "lint": "jshint estraverse.js",
    3868    "unit-test": "mocha --compilers js:babel-register"
    39   }
     69  },
     70  "version": "5.3.0"
    4071}
Note: See TracChangeset for help on using the changeset viewer.