1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 12:00:03 +02:00
Files
minifyfromhtml/node_modules/latest/package.json
2022-08-20 18:51:33 +02:00

71 lines
1.6 KiB
JSON

{
"_from": "latest@^0.2.0",
"_id": "latest@0.2.0",
"_inBundle": false,
"_integrity": "sha512-nsIM/FjwLcsKZ1KDAw5CivnM26zzMs3zGBL4SdjYXHI5tMcOWjGhFDMBKIum4WNAkZmeVw7zU1jR2H2UiKoQVA==",
"_location": "/latest",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "latest@^0.2.0",
"name": "latest",
"escapedName": "latest",
"rawSpec": "^0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/latest/-/latest-0.2.0.tgz",
"_shasum": "ea47eb8f4b2bb0cf91716efaa896c2e16237587b",
"_spec": "latest@^0.2.0",
"_where": "D:\\Projects\\minifyfromhtml",
"author": {
"name": "Dave Eddy",
"email": "dave@daveeddy.com",
"url": "http://www.daveeddy.com"
},
"bin": {
"latest": "bin/latest.js"
},
"bugs": {
"url": "https://github.com/bahamas10/node-latest/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "shama",
"url": "https://github.com/shama"
}
],
"dependencies": {
"npm": "^2.5.1"
},
"deprecated": false,
"description": "Determine the latest available version of a package in npm",
"devDependencies": {},
"engines": {
"node": "*"
},
"homepage": "https://github.com/bahamas10/node-latest#readme",
"keywords": [
"latest",
"npm",
"version",
"up-to-date"
],
"name": "latest",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/bahamas10/node-latest.git"
},
"scripts": {
"test": "node tests/test.js"
},
"version": "0.2.0"
}