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": "key-list@^0.1.4",
| "_id": "key-list@0.1.4",
| "_inBundle": false,
| "_integrity": "sha512-DMGLZAmEoKRUHPlc772EW0i92P/WY12/oWYc2pQZb5MVGOSjYmF0BEQXbOLjbou1+/PqZ+CivwfyjaUwmyl4CQ==",
| "_location": "/key-list",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "key-list@^0.1.4",
| "name": "key-list",
| "escapedName": "key-list",
| "rawSpec": "^0.1.4",
| "saveSpec": null,
| "fetchSpec": "^0.1.4"
| },
| "_requiredBy": [
| "/simple-cli"
| ],
| "_resolved": "https://registry.npmjs.org/key-list/-/key-list-0.1.4.tgz",
| "_shasum": "4a14170f234d37f4a40e862d31c365987f2ff392",
| "_spec": "key-list@^0.1.4",
| "_where": "/home/l/plc/node-red/node_modules/simple-cli",
| "author": {
| "name": "Andrew Nichols",
| "email": "tandrewnichols@gmail.com",
| "url": "http://www.tandrewnichols.me"
| },
| "bugs": {
| "url": "https://github.com/tandrewnichols/key-list/issues"
| },
| "bundleDependencies": false,
| "config": {
| "blanket": {
| "pattern": [
| "key-list/lib"
| ]
| }
| },
| "deprecated": false,
| "description": "Get the list of keys used in a string with interpolation",
| "devDependencies": {
| "coffee-script": "^1.8.0",
| "grunt": "^0.4.5",
| "grunt-contrib-jshint": "^0.10.0",
| "grunt-mocha-cov": "^0.3.0",
| "grunt-mocha-test": "^0.11.0",
| "grunt-travis-matrix": "0.0.3",
| "indeed": "^1.0.6",
| "jshint-stylish": "^0.4.0",
| "mocha": "git://github.com/tandrewnichols/mocha.git#suppress-stack",
| "mocha-given": "git://github.com/tandrewnichols/mocha-given.git",
| "mocha-lcov-reporter": "0.0.1",
| "proxyquire": "^1.0.1",
| "sinon": "^1.10.3",
| "task-master": "^2.2.0"
| },
| "homepage": "https://github.com/tandrewnichols/key-list#readme",
| "keywords": [
| "interpolation",
| "mustache",
| "prompt",
| "keys"
| ],
| "license": "MIT",
| "main": "./lib/key-list.js",
| "name": "key-list",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/tandrewnichols/key-list.git"
| },
| "scripts": {
| "test": "grunt"
| },
| "version": "0.1.4"
| }
|
|