source: trip-planner-front/node_modules/use/package.json@ 84d0fbb

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

adding photos

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_args": [
3 [
4 "use@3.1.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "use@3.1.1",
10 "_id": "use@3.1.1",
11 "_inBundle": false,
12 "_integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
13 "_location": "/use",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "use@3.1.1",
19 "name": "use",
20 "escapedName": "use",
21 "rawSpec": "3.1.1",
22 "saveSpec": null,
23 "fetchSpec": "3.1.1"
24 },
25 "_requiredBy": [
26 "/snapdragon"
27 ],
28 "_resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
29 "_spec": "3.1.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Jon Schlinkert",
33 "url": "https://github.com/jonschlinkert"
34 },
35 "bugs": {
36 "url": "https://github.com/jonschlinkert/use/issues"
37 },
38 "contributors": [
39 {
40 "name": "Brian Woodward",
41 "url": "https://twitter.com/doowb"
42 },
43 {
44 "name": "Jon Schlinkert",
45 "url": "http://twitter.com/jonschlinkert"
46 },
47 {
48 "name": "Olsten Larck",
49 "url": "https://i.am.charlike.online"
50 },
51 {
52 "url": "https://github.com/wtgtybhertgeghgtwtg"
53 }
54 ],
55 "description": "Easily add plugin support to your node.js application.",
56 "devDependencies": {
57 "base-plugins": "^1.0.0",
58 "define-property": "^2.0.0",
59 "extend-shallow": "^3.0.1",
60 "gulp": "^3.9.1",
61 "gulp-eslint": "^4.0.0",
62 "gulp-format-md": "^1.0.0",
63 "gulp-istanbul": "^1.1.2",
64 "gulp-mocha": "^3.0.1",
65 "mocha": "^4.0.1"
66 },
67 "engines": {
68 "node": ">=0.10.0"
69 },
70 "files": [
71 "index.js"
72 ],
73 "homepage": "https://github.com/jonschlinkert/use",
74 "keywords": [
75 "use"
76 ],
77 "license": "MIT",
78 "main": "index.js",
79 "name": "use",
80 "repository": {
81 "type": "git",
82 "url": "git+https://github.com/jonschlinkert/use.git"
83 },
84 "scripts": {
85 "test": "mocha"
86 },
87 "verb": {
88 "toc": false,
89 "layout": "default",
90 "tasks": [
91 "readme"
92 ],
93 "plugins": [
94 "gulp-format-md"
95 ],
96 "related": {
97 "list": [
98 "base",
99 "base-plugins",
100 "ware"
101 ]
102 },
103 "reflinks": [
104 "verb",
105 "ware"
106 ],
107 "lint": {
108 "reflinks": true
109 }
110 },
111 "version": "3.1.1"
112}
Note: See TracBrowser for help on using the repository browser.