1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
| {
| "_from": "fs-then-native@^2.0.0",
| "_id": "fs-then-native@2.0.0",
| "_inBundle": false,
| "_integrity": "sha512-X712jAOaWXkemQCAmWeg5rOT2i+KOpWz1Z/txk/cW0qlOu2oQ9H61vc5w3X/iyuUEfq/OyaFJ78/cZAQD1/bgA==",
| "_location": "/fs-then-native",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "fs-then-native@^2.0.0",
| "name": "fs-then-native",
| "escapedName": "fs-then-native",
| "rawSpec": "^2.0.0",
| "saveSpec": null,
| "fetchSpec": "^2.0.0"
| },
| "_requiredBy": [
| "/cache-point",
| "/jsdoc-api"
| ],
| "_resolved": "https://registry.npmjs.org/fs-then-native/-/fs-then-native-2.0.0.tgz",
| "_shasum": "19a124d94d90c22c8e045f2e8dd6ebea36d48c67",
| "_spec": "fs-then-native@^2.0.0",
| "_where": "/home/l/plc/node-red/node_modules/cache-point",
| "author": {
| "name": "Lloyd Brookes",
| "email": "75pound@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/75lb/fs-then-native/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Wraps the Node.js fs library with a Promise API using whichever `Promise` implementation is available",
| "devDependencies": {
| "coveralls": "^2.11.16",
| "rimraf": "^2.5.4",
| "test-runner": "^0.3.0"
| },
| "engines": {
| "node": ">=4.0.0"
| },
| "homepage": "https://github.com/75lb/fs-then-native#readme",
| "keywords": [
| "fs",
| "then",
| "promise",
| "native",
| "promises",
| "readFile",
| "writeFile"
| ],
| "license": "MIT",
| "main": "lib/fs-then-native",
| "name": "fs-then-native",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/75lb/fs-then-native.git"
| },
| "scripts": {
| "cover": "istanbul cover ./node_modules/.bin/test-runner test/*.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage; echo",
| "docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
| "test": "test-runner test/*.js"
| },
| "version": "2.0.0"
| }
|
|