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.
86 lines
2.0 KiB
86 lines
2.0 KiB
{
|
|
"_from": "with-open-file@^0.1.6",
|
|
"_id": "with-open-file@0.1.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ecJS2/oHtESJ1t3ZfMI3B7KIDKyfN0O16miWxdn30zdh66Yd3LsRFebXZXq6GU4xfxLf6nVxp9kIqElb5fqczA==",
|
|
"_location": "/with-open-file",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "with-open-file@^0.1.6",
|
|
"name": "with-open-file",
|
|
"escapedName": "with-open-file",
|
|
"rawSpec": "^0.1.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/read-chunk"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/with-open-file/-/with-open-file-0.1.7.tgz",
|
|
"_shasum": "e2de8d974e8a8ae6e58886be4fe8e7465b58a729",
|
|
"_spec": "with-open-file@^0.1.6",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\read-chunk",
|
|
"author": {
|
|
"name": "Raphael von der Grün",
|
|
"email": "raphinesse@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/raphinesse/with-open-file/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"p-finally": "^1.0.0",
|
|
"p-try": "^2.1.0",
|
|
"pify": "^4.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Do stuff with an open file, knowing it will finally be closed",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"delay": "^4.1.0",
|
|
"nyc": "^14.1.1",
|
|
"rewire": "^4.0.1",
|
|
"sinon": "^7.3.1",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/raphinesse/with-open-file#readme",
|
|
"keywords": [
|
|
"node",
|
|
"node.js",
|
|
"close",
|
|
"fd",
|
|
"file",
|
|
"finally",
|
|
"fs",
|
|
"open",
|
|
"with"
|
|
],
|
|
"license": "MIT",
|
|
"name": "with-open-file",
|
|
"prettier": {
|
|
"bracketSpacing": true,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/raphinesse/with-open-file.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && nyc ava"
|
|
},
|
|
"version": "0.1.7",
|
|
"xo": {
|
|
"space": 2,
|
|
"prettier": true
|
|
}
|
|
}
|
|
|