2019-09-18 08:11:16 +00:00
|
|
|
{
|
|
|
|
"_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",
|
2019-11-22 09:43:37 +00:00
|
|
|
"_where": "/home/safemobile/LINX/linx-simulator2/node_modules/backoff",
|
2019-09-18 08:11:16 +00:00
|
|
|
"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"
|
|
|
|
}
|