- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/repeat-element/package.json
rceaed42 r59329aa 1 1 { 2 "name": "repeat-element", 3 "description": "Create an array by repeating the given value n times.", 4 "version": "1.1.4", 5 "homepage": "https://github.com/jonschlinkert/repeat-element", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/repeat-element", 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 }, 8 36 "bugs": { 9 37 "url": "https://github.com/jonschlinkert/repeat-element/issues" 10 38 }, 11 "license": "MIT", 12 "files": [ 13 "index.js" 14 ], 15 "main": "index.js", 16 "engines": { 17 "node": ">=0.10.0" 18 }, 19 "scripts": { 20 "test": "mocha" 21 }, 39 "description": "Create an array by repeating the given value n times.", 22 40 "devDependencies": { 23 41 "benchmarked": "^2.0.0", … … 28 46 "mocha": "^3.5.3" 29 47 }, 48 "engines": { 49 "node": ">=0.10.0" 50 }, 51 "files": [ 52 "index.js" 53 ], 54 "homepage": "https://github.com/jonschlinkert/repeat-element", 30 55 "keywords": [ 31 56 "array", … … 34 59 "string" 35 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 }, 36 71 "verb": { 37 72 "toc": false, … … 46 81 "reflinks": true 47 82 } 48 } 83 }, 84 "version": "1.1.4" 49 85 }
Note:
See TracChangeset
for help on using the changeset viewer.