source: imaps-frontend/node_modules/jsx-ast-utils/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.5 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "jsx-ast-utils@3.3.5",
3 "_id": "jsx-ast-utils@3.3.5",
4 "_inBundle": false,
5 "_integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
6 "_location": "/jsx-ast-utils",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "jsx-ast-utils@3.3.5",
12 "name": "jsx-ast-utils",
13 "escapedName": "jsx-ast-utils",
14 "rawSpec": "3.3.5",
15 "saveSpec": null,
16 "fetchSpec": "3.3.5"
17 },
18 "_requiredBy": [
19 "/eslint-plugin-react"
20 ],
21 "_resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
22 "_shasum": "4766bd05a8e2a11af222becd19e15575e52a853a",
23 "_spec": "jsx-ast-utils@3.3.5",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint-plugin-react",
25 "author": {
26 "name": "Ethan Cohen"
[d565449]27 },
[79a0317]28 "auto-changelog": {
29 "output": "CHANGELOG.md",
30 "template": "keepachangelog",
31 "unreleased": false,
32 "commitLimit": false,
33 "backfillLimit": false,
34 "hideCredit": true,
35 "startingVersion": "3.3.4"
36 },
37 "bugs": {
38 "url": "https://github.com/jsx-eslint/jsx-ast-utils/issues"
39 },
40 "bundleDependencies": false,
41 "dependencies": {
42 "array-includes": "^3.1.6",
43 "array.prototype.flat": "^1.3.1",
44 "object.assign": "^4.1.4",
45 "object.values": "^1.1.6"
46 },
47 "deprecated": false,
48 "description": "AST utility module for statically analyzing JSX",
[d565449]49 "devDependencies": {
50 "@babel/core": "^7.22.9",
51 "@babel/eslint-parser": "^7.22.9",
52 "@babel/parser": "^7.22.7",
53 "aud": "^2.0.3",
54 "auto-changelog": "^2.4.0",
55 "babel-cli": "^6.26.0",
56 "babel-core": "^6.26.3",
57 "babel-jest": "^20.0.3",
58 "babel-plugin-transform-object-rest-spread": "^6.26.0",
59 "babel-plugin-transform-replace-object-assign": "^1.0.0",
60 "babel-polyfill": "^6.26.0",
61 "babel-preset-env": "^1.7.0",
62 "babylon": "^6.18.0",
63 "eslint": "^8.45.0",
64 "eslint-config-airbnb-base": "^15.0.0",
65 "eslint-plugin-import": "^2.27.5",
66 "flow-parser": "^0.126.1",
67 "in-publish": "^2.0.1",
68 "jest": "^20.0.4",
69 "jest-cli": "^20.0.4",
70 "npmignore": "^0.3.0",
71 "object.entries": "^1.1.6",
72 "object.fromentries": "^2.0.6",
73 "rimraf": "^2.7.1",
74 "safe-publish-latest": "^2.0.0"
75 },
76 "engines": {
77 "node": ">=4.0"
78 },
[79a0317]79 "homepage": "https://github.com/jsx-eslint/jsx-ast-utils#readme",
[d565449]80 "keywords": [
81 "jsx",
82 "ast",
83 "lint",
84 "eslint"
85 ],
86 "license": "MIT",
[79a0317]87 "main": "lib/index.js",
88 "name": "jsx-ast-utils",
[d565449]89 "publishConfig": {
90 "ignore": [
91 ".github/workflows",
92 "jest.config.js"
93 ]
[79a0317]94 },
95 "repository": {
96 "type": "git",
97 "url": "git+https://github.com/jsx-eslint/jsx-ast-utils.git"
98 },
99 "scripts": {
100 "build": "babel src --out-dir lib",
101 "lint": "eslint .",
102 "posttest": "aud --production",
103 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
104 "prebuild": "rimraf lib",
105 "prelint": "npm run build",
106 "prepack": "npmignore --auto --commentLines=autogenerated && npm run build",
107 "prepublish": "not-in-publish || npm run prepublishOnly",
108 "prepublishOnly": "safe-publish-latest && npm test",
109 "pretest": "npm run lint",
110 "test": "npm run tests-only --",
111 "test:watch": "npm run tests-only -- --watch",
112 "tests-only": "jest --coverage",
113 "version": "auto-changelog && git add CHANGELOG.md"
114 },
115 "version": "3.3.5"
[d565449]116}
Note: See TracBrowser for help on using the repository browser.