source: trip-planner-front/node_modules/jsprim/package.json@ 571e0df

Last change on this file since 571e0df was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.3 KB
Line 
1{
2 "_args": [
3 [
4 "jsprim@1.4.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "jsprim@1.4.1",
10 "_id": "jsprim@1.4.1",
11 "_inBundle": false,
12 "_integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
13 "_location": "/jsprim",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "jsprim@1.4.1",
19 "name": "jsprim",
20 "escapedName": "jsprim",
21 "rawSpec": "1.4.1",
22 "saveSpec": null,
23 "fetchSpec": "1.4.1"
24 },
25 "_requiredBy": [
26 "/http-signature"
27 ],
28 "_resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
29 "_spec": "1.4.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "bugs": {
32 "url": "https://github.com/joyent/node-jsprim/issues"
33 },
34 "dependencies": {
35 "assert-plus": "1.0.0",
36 "extsprintf": "1.3.0",
37 "json-schema": "0.2.3",
38 "verror": "1.10.0"
39 },
40 "description": "utilities for primitive JavaScript types",
41 "engines": [
42 "node >=0.6.0"
43 ],
44 "homepage": "https://github.com/joyent/node-jsprim#readme",
45 "license": "MIT",
46 "main": "./lib/jsprim.js",
47 "name": "jsprim",
48 "repository": {
49 "type": "git",
50 "url": "git://github.com/joyent/node-jsprim.git"
51 },
52 "version": "1.4.1"
53}
Note: See TracBrowser for help on using the repository browser.