source: trip-planner-front/node_modules/tmp/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.6 KB
Line 
1{
2 "_args": [
3 [
4 "tmp@0.0.33",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "tmp@0.0.33",
10 "_id": "tmp@0.0.33",
11 "_inBundle": false,
12 "_integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
13 "_location": "/tmp",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "tmp@0.0.33",
19 "name": "tmp",
20 "escapedName": "tmp",
21 "rawSpec": "0.0.33",
22 "saveSpec": null,
23 "fetchSpec": "0.0.33"
24 },
25 "_requiredBy": [
26 "/external-editor"
27 ],
28 "_resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
29 "_spec": "0.0.33",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "KARASZI István",
33 "email": "github@spam.raszi.hu",
34 "url": "http://raszi.hu/"
35 },
36 "bugs": {
37 "url": "http://github.com/raszi/node-tmp/issues"
38 },
39 "dependencies": {
40 "os-tmpdir": "~1.0.2"
41 },
42 "description": "Temporary file and directory creator",
43 "devDependencies": {
44 "vows": "~0.7.0"
45 },
46 "engines": {
47 "node": ">=0.6.0"
48 },
49 "files": [
50 "lib/"
51 ],
52 "homepage": "http://github.com/raszi/node-tmp",
53 "keywords": [
54 "temporary",
55 "tmp",
56 "temp",
57 "tempdir",
58 "tempfile",
59 "tmpdir",
60 "tmpfile"
61 ],
62 "license": "MIT",
63 "main": "lib/tmp.js",
64 "name": "tmp",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/raszi/node-tmp.git"
68 },
69 "scripts": {
70 "doc": "jsdoc -c .jsdoc.json",
71 "test": "vows test/*-test.js"
72 },
73 "version": "0.0.33"
74}
Note: See TracBrowser for help on using the repository browser.