Urara-Blog/node_modules/.pnpm-store/v3/files/ea/9f48e6135a0fd933255292f7fda5b9c515daf83591fce09f89ea97cc7dc9f998ff6f60e350fb2f4ff3e221771184a01a9d14398622d4f0f029b1a8d7da2ecb
2022-08-14 01:14:53 +08:00

38 lines
764 B
Text

{
"name": "mdn-data",
"version": "2.0.28",
"description": "Open Web data by the Mozilla Developer Network",
"main": "index.js",
"files": [
"api/index.js",
"api/*.json",
"css/index.js",
"css/*.json",
"l10n/index.js",
"l10n/*.json"
],
"repository": {
"type": "git",
"url": "https://github.com/mdn/data.git"
},
"keywords": [
"data",
"mdn",
"mozilla",
"css"
],
"author": "Mozilla Developer Network",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/mdn/data/issues"
},
"homepage": "https://developer.mozilla.org",
"devDependencies": {
"ajv": "^6.12.6",
"better-ajv-errors": "^1.1.2"
},
"scripts": {
"lint": "node test/lint",
"test": "npm run lint"
}
}