liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
78
79
80
81
82
83
84
85
86
87
{
  "_from": "opted@^1.0.0",
  "_id": "opted@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-uEvunmdmKcSFiBSmnY2E9E/HbghO5yc1J0yNmq7T18YkAJeWNlo33e6VYKkRK4eudVrpvvlLdemAeAuL6rZxjQ==",
  "_location": "/opted",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "opted@^1.0.0",
    "name": "opted",
    "escapedName": "opted",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/simple-cli"
  ],
  "_resolved": "https://registry.npmjs.org/opted/-/opted-1.0.2.tgz",
  "_shasum": "094e7ad9d0c0fc2bb384b4d8a507e278ead557c9",
  "_spec": "opted@^1.0.0",
  "_where": "/home/l/plc/node-red/node_modules/simple-cli",
  "author": {
    "name": "Andrew Nichols",
    "email": "tandrewnichols@gmail.com",
    "url": "www.tandrewnichols.me"
  },
  "bugs": {
    "url": "https://github.com/tandrewnichols/opted/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lodash": "^4.17.4"
  },
  "deprecated": false,
  "description": "Stringify an object to command line options",
  "devDependencies": {
    "codeclimate-test-reporter": "^0.4.1",
    "coffee-script": "^1.12.4",
    "eslint-codeframe-formatter": "^1.0.2",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-eslint": "^19.0.0",
    "grunt-mocha-test": "^0.13.2",
    "grunt-open": "^0.2.3",
    "grunt-shell": "^2.1.0",
    "grunt-simple-istanbul": "^3.0.3",
    "grunt-travis-matrix": "^1.0.0",
    "mocha": "^3.2.0",
    "mocha-given": "^0.1.3",
    "should": "^11.2.1",
    "task-master": "^2.3.0"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/tandrewnichols/opted",
  "keywords": [
    "options",
    "params",
    "flags",
    "arguments",
    "args",
    "parameters",
    "cli",
    "command",
    "line"
  ],
  "license": "MIT",
  "main": "lib/opted.js",
  "name": "opted",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tandrewnichols/opted.git"
  },
  "scripts": {
    "codeclimate": "codeclimate-test-reporter < coverage/lcov.info",
    "test": "grunt",
    "travis": "grunt ci"
  },
  "version": "1.0.2"
}