Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
285 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "resolve-url",
|
---|
3 | "version": "0.2.1",
|
---|
4 | "description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
|
---|
5 | "authors": ["Simon Lydell"],
|
---|
6 | "license": "MIT",
|
---|
7 | "main": "resolve-url.js",
|
---|
8 | "keywords": [
|
---|
9 | "resolve",
|
---|
10 | "url"
|
---|
11 | ],
|
---|
12 | "ignore": [
|
---|
13 | ".*"
|
---|
14 | ]
|
---|
15 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.