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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
| {
| "_from": "release-zalgo@^1.0.0",
| "_id": "release-zalgo@1.0.0",
| "_inBundle": false,
| "_integrity": "sha512-gUAyHVHPPC5wdqX/LG4LWtRYtgjxyX78oanFNTMMyFEfOqdC54s3eE82imuWKbOeqYht2CrNf64Qb8vgmmtZGA==",
| "_location": "/release-zalgo",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "release-zalgo@^1.0.0",
| "name": "release-zalgo",
| "escapedName": "release-zalgo",
| "rawSpec": "^1.0.0",
| "saveSpec": null,
| "fetchSpec": "^1.0.0"
| },
| "_requiredBy": [
| "/package-hash"
| ],
| "_resolved": "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz",
| "_shasum": "09700b7e5074329739330e535c5a90fb67851730",
| "_spec": "release-zalgo@^1.0.0",
| "_where": "/home/l/plc/node-red/node_modules/package-hash",
| "author": {
| "name": "Mark Wubben",
| "url": "https://novemberborn.net/"
| },
| "bugs": {
| "url": "https://github.com/novemberborn/release-zalgo/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "es6-error": "^4.0.1"
| },
| "deprecated": false,
| "description": "Helps you write code with promise-like chains that can run both synchronously and asynchronously",
| "devDependencies": {
| "@novemberborn/as-i-preach": "^7.0.0",
| "ava": "^0.18.0",
| "coveralls": "^2.11.15",
| "nyc": "^10.1.2"
| },
| "engines": {
| "node": ">=4"
| },
| "files": [
| "index.js",
| "lib"
| ],
| "homepage": "https://github.com/novemberborn/release-zalgo#readme",
| "keywords": [
| "babel"
| ],
| "license": "ISC",
| "main": "index.js",
| "name": "release-zalgo",
| "nyc": {
| "reporter": [
| "html",
| "lcov",
| "text"
| ]
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/novemberborn/release-zalgo.git"
| },
| "scripts": {
| "coverage": "nyc npm test",
| "lint": "as-i-preach",
| "posttest": "as-i-preach",
| "test": "ava"
| },
| "standard-engine": "@novemberborn/as-i-preach",
| "version": "1.0.0"
| }
|
|