source: trip-planner-front/node_modules/jsprim/package.json@ 6c1585f

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: 395 bytes
Line 
1{
2 "name": "jsprim",
3 "version": "1.4.1",
4 "description": "utilities for primitive JavaScript types",
5 "main": "./lib/jsprim.js",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/joyent/node-jsprim.git"
9 },
10 "dependencies": {
11 "assert-plus": "1.0.0",
12 "extsprintf": "1.3.0",
13 "json-schema": "0.2.3",
14 "verror": "1.10.0"
15 },
16 "engines": [
17 "node >=0.6.0"
18 ],
19 "license": "MIT"
20}
Note: See TracBrowser for help on using the repository browser.