source: imaps-frontend/node_modules/is-path-inside/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: 1.7 KB
Line 
1{
2 "_from": "is-path-inside@3.0.3",
3 "_id": "is-path-inside@3.0.3",
4 "_inBundle": false,
5 "_integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
6 "_location": "/is-path-inside",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "is-path-inside@3.0.3",
12 "name": "is-path-inside",
13 "escapedName": "is-path-inside",
14 "rawSpec": "3.0.3",
15 "saveSpec": null,
16 "fetchSpec": "3.0.3"
17 },
18 "_requiredBy": [
19 "/eslint"
20 ],
21 "_resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
22 "_shasum": "d231362e53a07ff2b0e0ea7fed049161ffd16283",
23 "_spec": "is-path-inside@3.0.3",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/is-path-inside/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Check if a path is inside another path",
36 "devDependencies": {
37 "ava": "^2.1.0",
38 "tsd": "^0.7.2",
39 "xo": "^0.24.0"
40 },
41 "engines": {
42 "node": ">=8"
43 },
44 "files": [
45 "index.js",
46 "index.d.ts"
47 ],
48 "homepage": "https://github.com/sindresorhus/is-path-inside#readme",
49 "keywords": [
50 "path",
51 "inside",
52 "folder",
53 "directory",
54 "dir",
55 "file",
56 "resolve"
57 ],
58 "license": "MIT",
59 "name": "is-path-inside",
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/sindresorhus/is-path-inside.git"
63 },
64 "scripts": {
65 "test": "xo && ava && tsd"
66 },
67 "version": "3.0.3"
68}
Note: See TracBrowser for help on using the repository browser.