source: imaps-frontend/node_modules/resolve/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.2 KB
Line 
1{
2 "_from": "resolve@2.0.0-next.5",
3 "_id": "resolve@2.0.0-next.5",
4 "_inBundle": false,
5 "_integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
6 "_location": "/resolve",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "resolve@2.0.0-next.5",
12 "name": "resolve",
13 "escapedName": "resolve",
14 "rawSpec": "2.0.0-next.5",
15 "saveSpec": null,
16 "fetchSpec": "2.0.0-next.5"
17 },
18 "_requiredBy": [
19 "/eslint-plugin-react"
20 ],
21 "_resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
22 "_shasum": "6b0ec3107e671e52b68cd068ef327173b90dc03c",
23 "_spec": "resolve@2.0.0-next.5",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint-plugin-react",
25 "author": {
26 "name": "James Halliday",
27 "email": "mail@substack.net",
28 "url": "http://substack.net"
29 },
30 "bin": {
31 "resolve": "bin/resolve"
32 },
33 "bugs": {
34 "url": "https://github.com/browserify/resolve/issues"
35 },
36 "bundleDependencies": false,
37 "dependencies": {
38 "is-core-module": "^2.13.0",
39 "path-parse": "^1.0.7",
40 "supports-preserve-symlinks-flag": "^1.0.0"
41 },
42 "deprecated": false,
43 "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
44 "devDependencies": {
45 "@ljharb/eslint-config": "^21.1.0",
46 "array.prototype.map": "^1.0.6",
47 "aud": "^2.0.3",
48 "copy-dir": "^1.3.0",
49 "eclint": "^2.8.1",
50 "eslint": "=8.8.0",
51 "in-publish": "^2.0.1",
52 "mkdirp": "^0.5.5",
53 "mv": "^2.1.1",
54 "npmignore": "^0.3.0",
55 "object-keys": "^1.1.1",
56 "rimraf": "^2.7.1",
57 "safe-publish-latest": "^2.0.0",
58 "tap": "^0.4.13",
59 "tape": "^5.7.0",
60 "tmp": "^0.0.31"
61 },
62 "exports": {
63 ".": [
64 {
65 "import": "./index.mjs",
66 "default": "./index.js"
67 },
68 "./index.js"
69 ],
70 "./sync": "./lib/sync.js",
71 "./async": "./lib/async.js",
72 "./package.json": "./package.json"
73 },
74 "funding": {
75 "url": "https://github.com/sponsors/ljharb"
76 },
77 "homepage": "https://github.com/browserify/resolve#readme",
78 "keywords": [
79 "resolve",
80 "require",
81 "node",
82 "module"
83 ],
84 "license": "MIT",
85 "main": "index.js",
86 "name": "resolve",
87 "publishConfig": {
88 "ignore": [
89 ".github/workflows",
90 "appveyor.yml",
91 "test/resolver/malformed_package_json"
92 ]
93 },
94 "repository": {
95 "type": "git",
96 "url": "git://github.com/browserify/resolve.git"
97 },
98 "scripts": {
99 "lint": "eslint --ext=js,mjs --no-eslintrc -c .eslintrc . 'bin/**'",
100 "posttest": "npm run test:multirepo && aud --production",
101 "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
102 "prepack": "npmignore --auto --commentLines=autogenerated",
103 "prepublish": "not-in-publish || npm run prepublishOnly",
104 "prepublishOnly": "safe-publish-latest",
105 "pretest": "npm run lint",
106 "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
107 "test": "npm run --silent tests-only",
108 "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
109 "tests-only": "tape test/*.js"
110 },
111 "version": "2.0.0-next.5"
112}
Note: See TracBrowser for help on using the repository browser.