Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
879 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "querystringify",
|
---|
3 | "version": "2.2.0",
|
---|
4 | "description": "Querystringify - Small, simple but powerful query string parser.",
|
---|
5 | "main": "index.js",
|
---|
6 | "scripts": {
|
---|
7 | "test": "nyc --reporter=html --reporter=text mocha test.js",
|
---|
8 | "watch": "mocha --watch test.js"
|
---|
9 | },
|
---|
10 | "repository": {
|
---|
11 | "type": "git",
|
---|
12 | "url": "https://github.com/unshiftio/querystringify"
|
---|
13 | },
|
---|
14 | "keywords": [
|
---|
15 | "query",
|
---|
16 | "string",
|
---|
17 | "query-string",
|
---|
18 | "querystring",
|
---|
19 | "qs",
|
---|
20 | "stringify",
|
---|
21 | "parse",
|
---|
22 | "decode",
|
---|
23 | "encode"
|
---|
24 | ],
|
---|
25 | "author": "Arnout Kazemier",
|
---|
26 | "license": "MIT",
|
---|
27 | "bugs": {
|
---|
28 | "url": "https://github.com/unshiftio/querystringify/issues"
|
---|
29 | },
|
---|
30 | "homepage": "https://github.com/unshiftio/querystringify",
|
---|
31 | "devDependencies": {
|
---|
32 | "assume": "^2.1.0",
|
---|
33 | "coveralls": "^3.1.0",
|
---|
34 | "mocha": "^8.1.1",
|
---|
35 | "nyc": "^15.1.0",
|
---|
36 | "pre-commit": "^1.2.2"
|
---|
37 | }
|
---|
38 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.