Fix NPM package.json not present in the repository

This commit is contained in:
Molkobain
2021-03-26 17:44:23 +01:00
parent fbd46609ff
commit 2e8c0346d3
7 changed files with 203 additions and 426 deletions

View File

@@ -1,50 +1,22 @@
{
"_from": "raleway-webfont",
"_id": "raleway-webfont@3.0.1",
"_inBundle": false,
"_integrity": "sha1-Er9rCBVY/eBxffWpfMF/B20eq/o=",
"_location": "/raleway-webfont",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "raleway-webfont",
"name": "raleway-webfont",
"escapedName": "raleway-webfont",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/raleway-webfont/-/raleway-webfont-3.0.1.tgz",
"_shasum": "12bf6b081558fde0717df5a97cc17f076d1eabfa",
"_spec": "raleway-webfont",
"_where": "/srv/http/develop_28",
"author": {
"name": "Pablo Impallari"
},
"bugs": {
"url": "https://github.com/Dilatorily/raleway/issues"
},
"bundleDependencies": false,
"deprecated": false,
"name": "raleway-webfont",
"version": "3.0.1",
"description": "NPM package for the Raleway font",
"homepage": "https://fonts.google.com/specimen/Raleway",
"main": "raleway.css",
"repository": {
"type": "git",
"url": "git+https://github.com/Dilatorily/raleway.git"
},
"keywords": [
"raleway",
"font",
"webfont",
"css"
],
"author": "Pablo Impallari",
"license": "MIT AND OFL-1.1",
"main": "raleway.css",
"name": "raleway-webfont",
"repository": {
"type": "git",
"url": "git+https://github.com/Dilatorily/raleway.git"
"bugs": {
"url": "https://github.com/Dilatorily/raleway/issues"
},
"version": "3.0.1"
"homepage": "https://fonts.google.com/specimen/Raleway"
}