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
| {
| "_from": "should-sinon@0.0.6",
| "_id": "should-sinon@0.0.6",
| "_inBundle": false,
| "_integrity": "sha512-ScBOH5uW5QVFaONmUnIXANSR6z5B8IKzEmBP3HE5sPOCDuZ88oTMdUdnKoCVQdLcCIrRrhRLPS5YT+7H40a04g==",
| "_location": "/should-sinon",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "should-sinon@0.0.6",
| "name": "should-sinon",
| "escapedName": "should-sinon",
| "rawSpec": "0.0.6",
| "saveSpec": null,
| "fetchSpec": "0.0.6"
| },
| "_requiredBy": [
| "/node-red-node-test-helper"
| ],
| "_resolved": "https://registry.npmjs.org/should-sinon/-/should-sinon-0.0.6.tgz",
| "_shasum": "be041a7c928f44ac9ccf5dc042d032618ce29f84",
| "_spec": "should-sinon@0.0.6",
| "_where": "/home/l/plc/node-red/node_modules/node-red-node-test-helper",
| "author": {
| "name": "Denis Bardadym",
| "email": "bardadymchik@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/shouldjs/sinon/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Sinon.js assertions for should.js",
| "devDependencies": {
| "eslint": "^1.10.3",
| "eslint-config-shouldjs": "^1.0.2",
| "mocha": "^3.5.0",
| "mocha-better-spec-reporter": "^3.1.0",
| "should": "^12.0.0",
| "sinon": "^3.2.1"
| },
| "homepage": "https://github.com/shouldjs/sinon",
| "keywords": [
| "should",
| "sinon"
| ],
| "license": "MIT",
| "main": "should-sinon.js",
| "name": "should-sinon",
| "peerDependencies": {
| "should": ">= 8.x"
| },
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/shouldjs/sinon.git"
| },
| "scripts": {
| "test": "mocha -R mocha-better-spec-reporter --check-leaks test.js"
| },
| "version": "0.0.6"
| }
|
|