Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
581 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "path-is-inside",
|
---|
| 3 | "description": "Tests whether one path is inside another path",
|
---|
| 4 | "keywords": ["path", "directory", "folder", "inside", "relative"],
|
---|
| 5 | "version": "1.0.2",
|
---|
| 6 | "author": "Domenic Denicola <d@domenic.me> (https://domenic.me)",
|
---|
| 7 | "license": "(WTFPL OR MIT)",
|
---|
| 8 | "repository": "domenic/path-is-inside",
|
---|
| 9 | "main": "lib/path-is-inside.js",
|
---|
| 10 | "files": [
|
---|
| 11 | "lib"
|
---|
| 12 | ],
|
---|
| 13 | "scripts": {
|
---|
| 14 | "test": "mocha",
|
---|
| 15 | "lint": "jshint lib"
|
---|
| 16 | },
|
---|
| 17 | "devDependencies": {
|
---|
| 18 | "jshint": "~2.3.0",
|
---|
| 19 | "mocha": "~1.15.1"
|
---|
| 20 | }
|
---|
| 21 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.