1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "is-path-inside@2.1.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "is-path-inside@2.1.0",
|
---|
10 | "_id": "is-path-inside@2.1.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==",
|
---|
13 | "_location": "/is-path-inside",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "is-path-inside@2.1.0",
|
---|
19 | "name": "is-path-inside",
|
---|
20 | "escapedName": "is-path-inside",
|
---|
21 | "rawSpec": "2.1.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "2.1.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/is-path-in-cwd"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz",
|
---|
29 | "_spec": "2.1.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Sindre Sorhus",
|
---|
33 | "email": "sindresorhus@gmail.com",
|
---|
34 | "url": "sindresorhus.com"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/sindresorhus/is-path-inside/issues"
|
---|
38 | },
|
---|
39 | "dependencies": {
|
---|
40 | "path-is-inside": "^1.0.2"
|
---|
41 | },
|
---|
42 | "description": "Check if a path is inside another path",
|
---|
43 | "devDependencies": {
|
---|
44 | "ava": "^1.4.1",
|
---|
45 | "tsd": "^0.7.2",
|
---|
46 | "xo": "^0.24.0"
|
---|
47 | },
|
---|
48 | "engines": {
|
---|
49 | "node": ">=6"
|
---|
50 | },
|
---|
51 | "files": [
|
---|
52 | "index.js",
|
---|
53 | "index.d.ts"
|
---|
54 | ],
|
---|
55 | "homepage": "https://github.com/sindresorhus/is-path-inside#readme",
|
---|
56 | "keywords": [
|
---|
57 | "path",
|
---|
58 | "inside",
|
---|
59 | "folder",
|
---|
60 | "directory",
|
---|
61 | "dir",
|
---|
62 | "file",
|
---|
63 | "resolve"
|
---|
64 | ],
|
---|
65 | "license": "MIT",
|
---|
66 | "name": "is-path-inside",
|
---|
67 | "repository": {
|
---|
68 | "type": "git",
|
---|
69 | "url": "git+https://github.com/sindresorhus/is-path-inside.git"
|
---|
70 | },
|
---|
71 | "scripts": {
|
---|
72 | "test": "xo && ava && tsd"
|
---|
73 | },
|
---|
74 | "version": "2.1.0"
|
---|
75 | }
|
---|