|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_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/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/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"
- }
|