You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
2.1 KiB
76 lines
2.1 KiB
4 years ago
|
{
|
||
|
"_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/rudi/Personal/disgord-Thanos/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"
|
||
|
}
|