mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 12:20:04 +02:00
add some packages
This commit is contained in:
75
node_modules/home-or-tmp/package.json
generated
vendored
Normal file
75
node_modules/home-or-tmp/package.json
generated
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"_from": "home-or-tmp@^2.0.0",
|
||||
"_id": "home-or-tmp@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=",
|
||||
"_location": "/home-or-tmp",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "home-or-tmp@^2.0.0",
|
||||
"name": "home-or-tmp",
|
||||
"escapedName": "home-or-tmp",
|
||||
"rawSpec": "^2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/babel-register"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
|
||||
"_shasum": "e36c3f2d2cae7d746a857e38d18d5f32a7882db8",
|
||||
"_spec": "home-or-tmp@^2.0.0",
|
||||
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/babel-register",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/home-or-tmp/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"os-homedir": "^1.0.0",
|
||||
"os-tmpdir": "^1.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Get the user home directory with fallback to the system temp directory",
|
||||
"devDependencies": {
|
||||
"ava": "0.0.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/home-or-tmp#readme",
|
||||
"keywords": [
|
||||
"user",
|
||||
"home",
|
||||
"homedir",
|
||||
"dir",
|
||||
"directory",
|
||||
"folder",
|
||||
"path",
|
||||
"tmp",
|
||||
"temp",
|
||||
"temporary",
|
||||
"fallback",
|
||||
"graceful",
|
||||
"userprofile"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "home-or-tmp",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/home-or-tmp.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
Reference in New Issue
Block a user