bigint-crypto-utils/node_modules/fs-then-native/package.json

68 lines
1.9 KiB
JSON

{
"_from": "fs-then-native@^2.0.0",
"_id": "fs-then-native@2.0.0",
"_inBundle": false,
"_integrity": "sha1-GaEk2U2QwiyOBF8ujdbr6jbUjGc=",
"_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/juan/bigint-crypto-utils/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"
}