Files
2023-08-01 13:49:46 +02:00

65 lines
1.4 KiB
JSON

{
"_args": [
[
"mdn-data@1.0.0",
"/Users/asciidisco/Desktop/asciidisco.com/build"
]
],
"_from": "mdn-data@1.0.0",
"_id": "mdn-data@1.0.0",
"_inBundle": false,
"_integrity": "sha1-pp2dp2hHtNWDTBRl6iXAZTofv2Y=",
"_location": "/mdn-data",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mdn-data@1.0.0",
"name": "mdn-data",
"escapedName": "mdn-data",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/css-tree"
],
"_resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
"author": {
"name": "Mozilla Developer Network"
},
"bugs": {
"url": "https://github.com/mdn/data/issues"
},
"description": "Open Web data by the Mozilla Developer Network",
"devDependencies": {
"ajv": "^5.0.1"
},
"files": [
"css/*.json",
"l10n/*.json"
],
"homepage": "https://developer.mozilla.org",
"keywords": [
"data",
"mdn",
"mozilla",
"css"
],
"license": "MPL-2.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": "1.0.0"
}