Blame view

node_modules/bfj-node4/package.json 2.43 KB
aaac7fed   liuqimichale   add
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
  {
    "_args": [
      [
        "bfj-node4@5.3.1",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "bfj-node4@5.3.1",
    "_id": "bfj-node4@5.3.1",
    "_inBundle": false,
    "_integrity": "sha1-4j2LJwV/HQIU/FYRQq2duZjyaDA=",
    "_location": "/bfj-node4",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "bfj-node4@5.3.1",
      "name": "bfj-node4",
      "escapedName": "bfj-node4",
      "rawSpec": "5.3.1",
      "saveSpec": null,
      "fetchSpec": "5.3.1"
    },
    "_requiredBy": [
      "/webpack-bundle-analyzer"
    ],
    "_resolved": "http://registry.npm.taobao.org/bfj-node4/download/bfj-node4-5.3.1.tgz",
    "_spec": "5.3.1",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Phil Booth",
      "url": "https://github.com/philbooth"
    },
    "bugs": {
      "url": "https://github.com/philbooth/bfj/issues"
    },
    "contributors": [
      {
        "name": "Phil Booth",
        "email": "pmbooth@gmail.com",
        "url": "https://github.com/philbooth"
      },
      {
        "name": "Rowan Manning",
        "url": "https://github.com/rowanmanning"
      },
      {
        "name": "Benedikt Rötsch",
        "url": "https://github.com/axe312ger"
      }
    ],
    "dependencies": {
      "bluebird": "^3.5.1",
      "check-types": "^7.3.0",
      "tryer": "^1.0.0"
    },
    "description": "Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.",
    "devDependencies": {
      "chai": "4.1.x",
      "eslint": "4.19.x",
      "mocha": "5.0.x",
      "please-release-me": "2.0.x",
      "proxyquire": "1.8.x",
      "request": "2.85.x",
      "spooks": "2.0.x"
    },
    "engines": {
      "node": ">= 4.0.0"
    },
    "homepage": "https://github.com/philbooth/bfj",
    "keywords": [
      "json",
      "streamify",
      "stringify",
      "walk",
      "parse",
      "parser",
      "serialise",
      "serialize",
      "read",
      "write",
      "async",
      "asynchronous"
    ],
    "license": "MIT",
    "main": "./src",
    "name": "bfj-node4",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/philbooth/bfj.git"
    },
    "scripts": {
      "integration": "mocha --ui tdd --reporter spec --colors test/integration",
      "lint": "eslint src",
      "perf": "wget -O test/mtg.json http://mtgjson.com/json/AllSets-x.json && node test/performance mtg",
      "test": "npm run unit && npm run integration",
      "unit": "mocha --ui tdd --reporter spec --recursive --colors --slow 120 test/unit"
    },
    "version": "5.3.1"
  }