Files
Ceras/themes/ceras/node_modules/output-file-sync/package.json
T
2023-07-12 16:31:19 +01:00

86 lines
2.2 KiB
JSON
Executable File

{
"_from": "output-file-sync@1.1.0",
"_id": "output-file-sync@1.1.0",
"_inBundle": false,
"_integrity": "sha1-sQ3GCJP4PeheXVU6djJwWSlf+NY=",
"_location": "/output-file-sync",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "output-file-sync@1.1.0",
"name": "output-file-sync",
"escapedName": "output-file-sync",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/6to5-core"
],
"_resolved": "https://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.0.tgz",
"_shasum": "b10dc60893f83de85e5d553a76327059295ff8d6",
"_spec": "output-file-sync@1.1.0",
"_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/6to5-core",
"author": {
"name": "Shinnosuke Watanabe",
"url": "https://github.com/shinnn"
},
"bugs": {
"url": "https://github.com/shinnn/output-file-sync/issues"
},
"bundleDependencies": false,
"dependencies": {
"mkdirp": "^0.5.0",
"xtend": "^4.0.0"
},
"deprecated": false,
"description": "Synchronously write a file and create its ancestor directories if needed",
"devDependencies": {
"eslint": "^0.10.0",
"istanbul": "^0.3.2",
"istanbul-coveralls": "^1.0.1",
"jscs": "^1.8.0",
"read-remove-file": "^1.0.0",
"tap-spec": "^2.1.0",
"tape": "^3.0.3"
},
"files": [
"index.js",
"LICENSE"
],
"homepage": "https://github.com/shinnn/output-file-sync#readme",
"jscsConfig": {
"preset": "google",
"maximumLineLength": 98
},
"keywords": [
"fs",
"write",
"sync",
"synchronous",
"output",
"file",
"mkdir",
"mkdirp"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shinnn/output-file-sync/blob/master/LICENSE"
}
],
"name": "output-file-sync",
"repository": {
"type": "git",
"url": "git+https://github.com/shinnn/output-file-sync.git"
},
"scripts": {
"coverage": "istanbul cover test.js; ${npm_package_scripts_clean}",
"coveralls": "istanbul cover test.js && istanbul-coveralls",
"pretest": "eslint *.js & jscs *.js",
"test": "node test.js | tap-spec;"
},
"version": "1.1.0"
}