source: trip-planner-front/node_modules/jsonparse/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 551 bytes
Line 
1{
2 "name": "jsonparse",
3 "description": "This is a pure-js JSON streaming parser for node.js",
4 "tags": ["json", "stream"],
5 "version": "1.3.1",
6 "author": "Tim Caswell <tim@creationix.com>",
7 "repository": {
8 "type": "git",
9 "url": "http://github.com/creationix/jsonparse.git"
10 },
11 "devDependencies": {
12 "tape": "~0.1.1",
13 "tap": "~0.3.3"
14 },
15 "scripts": {
16 "test": "tap test/*.js"
17 },
18 "bugs": "http://github.com/creationix/jsonparse/issues",
19 "engines": ["node >= 0.2.0"],
20 "license": "MIT",
21 "main": "jsonparse.js"
22}
Note: See TracBrowser for help on using the repository browser.