source: trip-planner-front/node_modules/repeat-element/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.0 KB
Line 
1{
2 "_args": [
3 [
4 "repeat-element@1.1.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "repeat-element@1.1.4",
10 "_id": "repeat-element@1.1.4",
11 "_inBundle": false,
12 "_integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==",
13 "_location": "/repeat-element",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "repeat-element@1.1.4",
19 "name": "repeat-element",
20 "escapedName": "repeat-element",
21 "rawSpec": "1.1.4",
22 "saveSpec": null,
23 "fetchSpec": "1.1.4"
24 },
25 "_requiredBy": [
26 "/http-proxy-middleware/braces",
27 "/webpack-dev-server/braces"
28 ],
29 "_resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz",
30 "_spec": "1.1.4",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Jon Schlinkert",
34 "url": "https://github.com/jonschlinkert"
35 },
36 "bugs": {
37 "url": "https://github.com/jonschlinkert/repeat-element/issues"
38 },
39 "description": "Create an array by repeating the given value n times.",
40 "devDependencies": {
41 "benchmarked": "^2.0.0",
42 "chalk": "^2.4.1",
43 "glob": "^7.1.2",
44 "gulp-format-md": "^1.0.0",
45 "minimist": "^1.2.0",
46 "mocha": "^3.5.3"
47 },
48 "engines": {
49 "node": ">=0.10.0"
50 },
51 "files": [
52 "index.js"
53 ],
54 "homepage": "https://github.com/jonschlinkert/repeat-element",
55 "keywords": [
56 "array",
57 "element",
58 "repeat",
59 "string"
60 ],
61 "license": "MIT",
62 "main": "index.js",
63 "name": "repeat-element",
64 "repository": {
65 "type": "git",
66 "url": "git+https://github.com/jonschlinkert/repeat-element.git"
67 },
68 "scripts": {
69 "test": "mocha"
70 },
71 "verb": {
72 "toc": false,
73 "layout": "default",
74 "tasks": [
75 "readme"
76 ],
77 "plugins": [
78 "gulp-format-md"
79 ],
80 "lint": {
81 "reflinks": true
82 }
83 },
84 "version": "1.1.4"
85}
Note: See TracBrowser for help on using the repository browser.