Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « path-is-inside « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a93f11026eb4169211d53070df44f6d28deba18f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
  "_args": [
    [
      "path-is-inside@~1.0.0",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "path-is-inside@>=1.0.0 <1.1.0",
  "_id": "path-is-inside@1.0.1",
  "_inCache": true,
  "_location": "/path-is-inside",
  "_npmUser": {
    "email": "domenic@domenicdenicola.com",
    "name": "domenic"
  },
  "_npmVersion": "1.3.25",
  "_phantomChildren": {},
  "_requested": {
    "name": "path-is-inside",
    "raw": "path-is-inside@~1.0.0",
    "rawSpec": "~1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/",
    "/fs-vacuum"
  ],
  "_resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.1.tgz",
  "_shasum": "98d8f1d030bf04bd7aeee4a1ba5485d40318fd89",
  "_shrinkwrap": null,
  "_spec": "path-is-inside@~1.0.0",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "email": "domenic@domenicdenicola.com",
    "name": "Domenic Denicola",
    "url": "http://domenic.me"
  },
  "bugs": {
    "url": "http://github.com/domenic/path-is-inside/issues"
  },
  "dependencies": {},
  "description": "Tests whether one path is inside another path",
  "devDependencies": {
    "jshint": "~2.3.0",
    "mocha": "~1.15.1"
  },
  "directories": {},
  "dist": {
    "shasum": "98d8f1d030bf04bd7aeee4a1ba5485d40318fd89",
    "tarball": "http://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.1.tgz"
  },
  "homepage": "https://github.com/domenic/path-is-inside",
  "keywords": [
    "directory",
    "folder",
    "inside",
    "path",
    "relative"
  ],
  "license": "WTFPL",
  "main": "lib/path-is-inside.js",
  "maintainers": [
    {
      "name": "domenic",
      "email": "domenic@domenicdenicola.com"
    }
  ],
  "name": "path-is-inside",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/domenic/path-is-inside.git"
  },
  "scripts": {
    "lint": "jshint lib",
    "test": "mocha"
  },
  "version": "1.0.1"
}