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
| {
| "_args": [
| [
| "printable@0.0.3",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "printable@0.0.3",
| "_id": "printable@0.0.3",
| "_inBundle": false,
| "_integrity": "sha1-9lPLObIUt4BJrhQD4vsF10ptUOA=",
| "_location": "/printable",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "printable@0.0.3",
| "name": "printable",
| "escapedName": "printable",
| "rawSpec": "0.0.3",
| "saveSpec": null,
| "fetchSpec": "0.0.3"
| },
| "_requiredBy": [
| "/autod"
| ],
| "_resolved": "https://registry.npmjs.org/printable/-/printable-0.0.3.tgz",
| "_spec": "0.0.3",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "dead_horse",
| "email": "dead_horse@qq.com",
| "url": "http://deadhorse.me"
| },
| "description": "print array like table into console",
| "devDependencies": {
| "mocha": "*",
| "should": "*",
| "visionmedia-jscoverage": "*"
| },
| "directories": {
| "lib": "./lib"
| },
| "engines": {
| "node": ">= 0.6"
| },
| "keywords": [
| "print",
| "table"
| ],
| "main": "./index.js",
| "name": "printable",
| "repository": {
| "type": "git",
| "url": "git@github.com/dead-horse/printable.git"
| },
| "scripts": {
| "test": "make test"
| },
| "version": "0.0.3"
| }
|
|