1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "path-is-inside@1.0.2",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "path-is-inside@1.0.2",
|
---|
10 | "_id": "path-is-inside@1.0.2",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
|
---|
13 | "_location": "/path-is-inside",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "path-is-inside@1.0.2",
|
---|
19 | "name": "path-is-inside",
|
---|
20 | "escapedName": "path-is-inside",
|
---|
21 | "rawSpec": "1.0.2",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "1.0.2"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/is-path-inside"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
|
---|
29 | "_spec": "1.0.2",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Domenic Denicola",
|
---|
33 | "email": "d@domenic.me",
|
---|
34 | "url": "https://domenic.me"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/domenic/path-is-inside/issues"
|
---|
38 | },
|
---|
39 | "description": "Tests whether one path is inside another path",
|
---|
40 | "devDependencies": {
|
---|
41 | "jshint": "~2.3.0",
|
---|
42 | "mocha": "~1.15.1"
|
---|
43 | },
|
---|
44 | "files": [
|
---|
45 | "lib"
|
---|
46 | ],
|
---|
47 | "homepage": "https://github.com/domenic/path-is-inside#readme",
|
---|
48 | "keywords": [
|
---|
49 | "path",
|
---|
50 | "directory",
|
---|
51 | "folder",
|
---|
52 | "inside",
|
---|
53 | "relative"
|
---|
54 | ],
|
---|
55 | "license": "(WTFPL OR MIT)",
|
---|
56 | "main": "lib/path-is-inside.js",
|
---|
57 | "name": "path-is-inside",
|
---|
58 | "repository": {
|
---|
59 | "type": "git",
|
---|
60 | "url": "git+https://github.com/domenic/path-is-inside.git"
|
---|
61 | },
|
---|
62 | "scripts": {
|
---|
63 | "lint": "jshint lib",
|
---|
64 | "test": "mocha"
|
---|
65 | },
|
---|
66 | "version": "1.0.2"
|
---|
67 | }
|
---|