UNPKG

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