source: trip-planner-front/node_modules/mdn-data/package.json@ 59329aa

Last change on this file since 59329aa 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 "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 },
37 "description": "Open Web data by the Mozilla Developer Network",
38 "devDependencies": {
39 "ajv": "^5.0.1",
40 "better-ajv-errors": "^0.5.1"
41 },
42 "files": [
43 "api/index.js",
44 "api/*.json",
45 "css/index.js",
46 "css/*.json",
47 "l10n/index.js",
48 "l10n/*.json"
49 ],
50 "homepage": "https://developer.mozilla.org",
51 "keywords": [
52 "data",
53 "mdn",
54 "mozilla",
55 "css"
56 ],
57 "license": "CC0-1.0",
58 "main": "index.js",
59 "name": "mdn-data",
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/mdn/data.git"
63 },
64 "scripts": {
65 "lint": "node test/lint",
66 "test": "npm run lint",
67 "travis": "npm test"
68 },
69 "version": "2.0.14"
70}
Note: See TracBrowser for help on using the repository browser.