source: trip-planner-front/node_modules/extsprintf/package.json@ 8d391a1

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

adding photos

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