Changeset 59329aa for trip-planner-front/node_modules/mdn-data
- 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/mdn-data/package.json
rceaed42 r59329aa 1 1 { 2 "name": "mdn-data", 3 "version": "2.0.14", 2 "_args": [ 3 [ 4 "mdn-data@2.0.14", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "mdn-data@2.0.14", 10 "_id": "mdn-data@2.0.14", 11 "_inBundle": false, 12 "_integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", 13 "_location": "/mdn-data", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "mdn-data@2.0.14", 19 "name": "mdn-data", 20 "escapedName": "mdn-data", 21 "rawSpec": "2.0.14", 22 "saveSpec": null, 23 "fetchSpec": "2.0.14" 24 }, 25 "_requiredBy": [ 26 "/css-tree" 27 ], 28 "_resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", 29 "_spec": "2.0.14", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Mozilla Developer Network" 33 }, 34 "bugs": { 35 "url": "https://github.com/mdn/data/issues" 36 }, 4 37 "description": "Open Web data by the Mozilla Developer Network", 5 "main": "index.js", 38 "devDependencies": { 39 "ajv": "^5.0.1", 40 "better-ajv-errors": "^0.5.1" 41 }, 6 42 "files": [ 7 43 "api/index.js", … … 12 48 "l10n/*.json" 13 49 ], 14 "repository": { 15 "type": "git", 16 "url": "https://github.com/mdn/data.git" 17 }, 50 "homepage": "https://developer.mozilla.org", 18 51 "keywords": [ 19 52 "data", … … 22 55 "css" 23 56 ], 24 "author": "Mozilla Developer Network",25 57 "license": "CC0-1.0", 26 "bugs": { 27 "url": "https://github.com/mdn/data/issues" 28 }, 29 "homepage": "https://developer.mozilla.org", 30 "devDependencies": { 31 "ajv": "^5.0.1", 32 "better-ajv-errors": "^0.5.1" 58 "main": "index.js", 59 "name": "mdn-data", 60 "repository": { 61 "type": "git", 62 "url": "git+https://github.com/mdn/data.git" 33 63 }, 34 64 "scripts": { 35 65 "lint": "node test/lint", 36 "travis": "npm test", 37 "test": "npm run lint" 38 } 66 "test": "npm run lint", 67 "travis": "npm test" 68 }, 69 "version": "2.0.14" 39 70 }
Note:
See TracChangeset
for help on using the changeset viewer.