linx-simulator2/node_modules/precond/package.json
2019-09-18 11:11:16 +03:00

65 lines
1.5 KiB
JSON

{
"_from": "precond@0.2",
"_id": "precond@0.2.3",
"_inBundle": false,
"_integrity": "sha1-qpWRvKokkj8eD0hJ0kD0fvwQdaw=",
"_location": "/precond",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "precond@0.2",
"name": "precond",
"escapedName": "precond",
"rawSpec": "0.2",
"saveSpec": null,
"fetchSpec": "0.2"
},
"_requiredBy": [
"/backoff"
],
"_resolved": "https://registry.npmjs.org/precond/-/precond-0.2.3.tgz",
"_shasum": "aa9591bcaa24923f1e0f4849d240f47efc1075ac",
"_spec": "precond@0.2",
"_where": "/home/sergiu/linx-audio-simulator/node_modules/backoff",
"author": {
"name": "Mathieu Turcotte",
"email": "turcotte.mat@gmail.com"
},
"bugs": {
"url": "https://github.com/MathieuTurcotte/node-precond/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Precondition checking utilities.",
"devDependencies": {
"jshint": "2.5",
"nodeunit": "0.9"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/MathieuTurcotte/node-precond#readme",
"keywords": [
"precondition",
"assert",
"invariant",
"contract",
"condition"
],
"name": "precond",
"repository": {
"type": "git",
"url": "git+https://github.com/MathieuTurcotte/node-precond.git"
},
"scripts": {
"pretest": "jshint lib/ examples/ index.js",
"test": "nodeunit tests/"
},
"version": "0.2.3"
}