Eliminados packages de npm no necesarios

Elimine los siguientes
    normalize.css -> Ya no estaba utilizandolo, lo usaba junto a
    skeleton-scss
    skeleton-scss -> Muy bonito y todo pero ya no lo utilizo tampoco en
    favor a purecss
    prism-themes -> Estoy usando los temas de bas16-prism

Ademas actualize npm a 6.12
This commit is contained in:
Daniel Cortés
2019-10-18 23:18:31 -03:00
parent a97339ac92
commit 4eed21e8e4
2 changed files with 40 additions and 55 deletions

88
package-lock.json generated
View File

@@ -5974,15 +5974,10 @@
"integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==",
"dev": true
},
"normalize.css": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz",
"integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg=="
},
"npm": {
"version": "6.11.2",
"resolved": "https://registry.npmjs.org/npm/-/npm-6.11.2.tgz",
"integrity": "sha512-OAkXqI4bm5MUvqVvqe6rxCXmJqrln8VDlkdftpOoayHKazz8IOCJAiCuKmz0TchL224EAKeG86umuD6RYNpuEg==",
"version": "6.12.0",
"resolved": "https://registry.npmjs.org/npm/-/npm-6.12.0.tgz",
"integrity": "sha512-juj5VkB3/k+PWbJUnXD7A/8oc8zLusDnK/sV9PybSalsbOVOTIp5vSE0rz5rQ7BsmUgQS47f/L2GYQnWXaKgnQ==",
"requires": {
"JSONStream": "^1.3.5",
"abbrev": "~1.1.1",
@@ -6015,7 +6010,7 @@
"glob": "^7.1.4",
"graceful-fs": "^4.2.2",
"has-unicode": "~2.0.1",
"hosted-git-info": "^2.8.2",
"hosted-git-info": "^2.8.5",
"iferr": "^1.0.2",
"imurmurhash": "*",
"infer-owner": "^1.0.4",
@@ -6026,7 +6021,7 @@
"is-cidr": "^3.0.0",
"json-parse-better-errors": "^1.0.2",
"lazy-property": "~1.0.0",
"libcipm": "^4.0.3",
"libcipm": "^4.0.4",
"libnpm": "^3.0.1",
"libnpmaccess": "^3.0.2",
"libnpmhook": "^5.0.3",
@@ -6052,16 +6047,16 @@
"mississippi": "^3.0.0",
"mkdirp": "~0.5.1",
"move-concurrently": "^1.0.1",
"node-gyp": "^5.0.3",
"node-gyp": "^5.0.5",
"nopt": "~4.0.1",
"normalize-package-data": "^2.5.0",
"npm-audit-report": "^1.3.2",
"npm-cache-filename": "~1.0.2",
"npm-install-checks": "~3.0.0",
"npm-lifecycle": "^3.1.3",
"npm-install-checks": "^3.0.2",
"npm-lifecycle": "^3.1.4",
"npm-package-arg": "^6.1.1",
"npm-packlist": "^1.4.4",
"npm-pick-manifest": "^3.0.0",
"npm-pick-manifest": "^3.0.2",
"npm-profile": "^4.0.2",
"npm-registry-fetch": "^4.0.0",
"npm-user-validate": "~1.0.0",
@@ -6076,7 +6071,7 @@
"query-string": "^6.8.2",
"qw": "~1.0.1",
"read": "~1.0.7",
"read-cmd-shim": "^1.0.3",
"read-cmd-shim": "^1.0.4",
"read-installed": "~4.0.3",
"read-package-json": "^2.1.0",
"read-package-tree": "^5.3.1",
@@ -6092,8 +6087,8 @@
"sorted-object": "~2.0.1",
"sorted-union-stream": "~2.1.3",
"ssri": "^6.0.1",
"stringify-package": "^1.0.0",
"tar": "^4.4.10",
"stringify-package": "^1.0.1",
"tar": "^4.4.12",
"text-table": "~0.2.0",
"tiny-relative-date": "^1.3.0",
"uid-number": "0.0.6",
@@ -6901,10 +6896,20 @@
}
},
"fs-minipass": {
"version": "1.2.6",
"version": "1.2.7",
"bundled": true,
"requires": {
"minipass": "^2.2.1"
"minipass": "^2.6.0"
},
"dependencies": {
"minipass": {
"version": "2.8.6",
"bundled": true,
"requires": {
"safe-buffer": "^5.1.2",
"yallist": "^3.0.0"
}
}
}
},
"fs-vacuum": {
@@ -7115,11 +7120,8 @@
"bundled": true
},
"hosted-git-info": {
"version": "2.8.2",
"bundled": true,
"requires": {
"lru-cache": "^5.1.1"
}
"version": "2.8.5",
"bundled": true
},
"http-cache-semantics": {
"version": "3.8.1",
@@ -7383,7 +7385,7 @@
}
},
"libcipm": {
"version": "4.0.3",
"version": "4.0.4",
"bundled": true,
"requires": {
"bin-links": "^1.1.2",
@@ -7720,7 +7722,7 @@
}
},
"minizlib": {
"version": "1.2.1",
"version": "1.2.2",
"bundled": true,
"requires": {
"minipass": "^2.2.1"
@@ -7785,7 +7787,7 @@
}
},
"node-gyp": {
"version": "5.0.3",
"version": "5.0.5",
"bundled": true,
"requires": {
"env-paths": "^1.0.0",
@@ -7797,7 +7799,7 @@
"request": "^2.87.0",
"rimraf": "2",
"semver": "~5.3.0",
"tar": "^4.4.8",
"tar": "^4.4.12",
"which": "1"
},
"dependencies": {
@@ -7858,14 +7860,14 @@
"bundled": true
},
"npm-install-checks": {
"version": "3.0.0",
"version": "3.0.2",
"bundled": true,
"requires": {
"semver": "^2.3.0 || 3.x || 4 || 5"
}
},
"npm-lifecycle": {
"version": "3.1.3",
"version": "3.1.4",
"bundled": true,
"requires": {
"byline": "^5.0.0",
@@ -7901,7 +7903,7 @@
}
},
"npm-pick-manifest": {
"version": "3.0.0",
"version": "3.0.2",
"bundled": true,
"requires": {
"figgy-pudding": "^3.5.1",
@@ -8279,7 +8281,7 @@
}
},
"read-cmd-shim": {
"version": "1.0.3",
"version": "1.0.4",
"bundled": true,
"requires": {
"graceful-fs": "^4.1.2"
@@ -8665,7 +8667,7 @@
}
},
"stringify-package": {
"version": "1.0.0",
"version": "1.0.1",
"bundled": true
},
"strip-ansi": {
@@ -8691,12 +8693,12 @@
}
},
"tar": {
"version": "4.4.10",
"version": "4.4.12",
"bundled": true,
"requires": {
"chownr": "^1.1.1",
"fs-minipass": "^1.2.5",
"minipass": "^2.3.5",
"minipass": "^2.8.6",
"minizlib": "^1.2.1",
"mkdirp": "^0.5.0",
"safe-buffer": "^5.1.2",
@@ -8704,16 +8706,12 @@
},
"dependencies": {
"minipass": {
"version": "2.3.5",
"version": "2.8.6",
"bundled": true,
"requires": {
"safe-buffer": "^5.1.2",
"yallist": "^3.0.0"
}
},
"yallist": {
"version": "3.0.3",
"bundled": true
}
}
},
@@ -10203,11 +10201,6 @@
"integrity": "sha512-kn/GU6SMRYPxUakNXhpP0EedT/KmaPzr0H5lIsDogrykbaxOpOfAFfk5XA7DZrJyMAv1wlMV3CPcZruGXVVUZw==",
"dev": true
},
"prism-themes": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/prism-themes/-/prism-themes-1.2.0.tgz",
"integrity": "sha512-Y+xZs8u++9IHPZOIaeQ6itdTuDMNcGv0tMIO8MA6AlV9ZocdBvhy1JU6SE/Yzg+8RwSvWLYDQx85ardSKxo/9g=="
},
"prismjs": {
"version": "1.17.1",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.17.1.tgz",
@@ -11048,11 +11041,6 @@
}
}
},
"skeleton-scss": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/skeleton-scss/-/skeleton-scss-2.0.4.tgz",
"integrity": "sha1-ebUuHhqyBn6fpcaBrRjza0iyZHA="
},
"slash": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",

View File

@@ -19,11 +19,8 @@
},
"dependencies": {
"base16-prism": "^0.2.0",
"normalize.css": "^8.0.1",
"npm": "^6.11.2",
"prism-themes": "^1.2.0",
"npm": "^6.12.0",
"prismjs": "^1.17.1",
"purecss": "^1.0.1",
"skeleton-scss": "^2.0.4"
"purecss": "^1.0.1"
}
}