projecte_ionic/node_modules/mdn-data/package.json
2022-02-09 18:30:03 +01:00

67 lines
1.6 KiB
JSON
Executable file

{
"_from": "mdn-data@2.0.14",
"_id": "mdn-data@2.0.14",
"_inBundle": false,
"_integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
"_location": "/mdn-data",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mdn-data@2.0.14",
"name": "mdn-data",
"escapedName": "mdn-data",
"rawSpec": "2.0.14",
"saveSpec": null,
"fetchSpec": "2.0.14"
},
"_requiredBy": [
"/css-tree"
],
"_resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
"_shasum": "7113fc4281917d63ce29b43446f701e68c25ba50",
"_spec": "mdn-data@2.0.14",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/css-tree",
"author": {
"name": "Mozilla Developer Network"
},
"bugs": {
"url": "https://github.com/mdn/data/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Open Web data by the Mozilla Developer Network",
"devDependencies": {
"ajv": "^5.0.1",
"better-ajv-errors": "^0.5.1"
},
"files": [
"api/index.js",
"api/*.json",
"css/index.js",
"css/*.json",
"l10n/index.js",
"l10n/*.json"
],
"homepage": "https://developer.mozilla.org",
"keywords": [
"data",
"mdn",
"mozilla",
"css"
],
"license": "CC0-1.0",
"main": "index.js",
"name": "mdn-data",
"repository": {
"type": "git",
"url": "git+https://github.com/mdn/data.git"
},
"scripts": {
"lint": "node test/lint",
"test": "npm run lint",
"travis": "npm test"
},
"version": "2.0.14"
}