mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-04 04:40:05 +02:00
add some packages
This commit is contained in:
75
node_modules/output-file-sync/package.json
generated
vendored
Normal file
75
node_modules/output-file-sync/package.json
generated
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"_from": "output-file-sync@^1.1.2",
|
||||
"_id": "output-file-sync@1.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-0KM+7+YaIF+suQCS6CZZjVJFznY=",
|
||||
"_location": "/output-file-sync",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "output-file-sync@^1.1.2",
|
||||
"name": "output-file-sync",
|
||||
"escapedName": "output-file-sync",
|
||||
"rawSpec": "^1.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/babel-cli"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.2.tgz",
|
||||
"_shasum": "d0a33eefe61a205facb90092e826598d5245ce76",
|
||||
"_spec": "output-file-sync@^1.1.2",
|
||||
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/babel-cli",
|
||||
"author": {
|
||||
"name": "Shinnosuke Watanabe",
|
||||
"url": "https://github.com/shinnn"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/shinnn/output-file-sync/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"graceful-fs": "^4.1.4",
|
||||
"mkdirp": "^0.5.1",
|
||||
"object-assign": "^4.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Synchronously write a file and create its ancestor directories if needed",
|
||||
"devDependencies": {
|
||||
"@shinnn/eslint-config-node-legacy": "^2.0.0",
|
||||
"eslint": "^2.13.0",
|
||||
"istanbul": "^0.4.3",
|
||||
"read-remove-file": "^3.0.0",
|
||||
"tap-spec": "^4.1.1",
|
||||
"tape": "^4.5.1"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/shinnn/output-file-sync#readme",
|
||||
"keywords": [
|
||||
"fs",
|
||||
"write",
|
||||
"sync",
|
||||
"synchronous",
|
||||
"output",
|
||||
"create",
|
||||
"file",
|
||||
"mkdir",
|
||||
"mkdirp"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "output-file-sync",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/shinnn/output-file-sync.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "node --strong_mode --throw-deprecation --track-heap-objects node_modules/.bin/istanbul cover test.js",
|
||||
"pretest": "eslint --fix --config @shinnn/node-legacy index.js test.js",
|
||||
"test": "node --strong_mode --throw-deprecation --track-heap-objects test.js | tap-spec"
|
||||
},
|
||||
"version": "1.1.2"
|
||||
}
|
Reference in New Issue
Block a user