Blame view

node_modules/jsonfile/package.json 1.66 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
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
  {
    "_from": "jsonfile@^2.0.0",
    "_id": "jsonfile@2.4.0",
    "_inBundle": false,
    "_integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=",
    "_location": "/jsonfile",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "jsonfile@^2.0.0",
      "name": "jsonfile",
      "escapedName": "jsonfile",
      "rawSpec": "^2.0.0",
      "saveSpec": null,
      "fetchSpec": "^2.0.0"
    },
    "_requiredBy": [
      "/fs-extra"
    ],
    "_resolved": "http://registry.npm.taobao.org/jsonfile/download/jsonfile-2.4.0.tgz",
    "_shasum": "3736a2b428b87bbda0cc83b53fa3d633a35c2ae8",
    "_spec": "jsonfile@^2.0.0",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/fs-extra",
    "author": {
      "name": "JP Richardson",
      "email": "jprichardson@gmail.com"
    },
    "bugs": {
      "url": "https://github.com/jprichardson/node-jsonfile/issues"
    },
    "bundleDependencies": false,
    "dependencies": {
      "graceful-fs": "^4.1.6"
    },
    "deprecated": false,
    "description": "Easily read/write JSON files.",
    "devDependencies": {
      "mocha": "2.x",
      "mock-fs": "^3.8.0",
      "rimraf": "^2.4.0",
      "standard": "^6.0.8"
    },
    "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
    "keywords": [
      "read",
      "write",
      "file",
      "json",
      "fs",
      "fs-extra"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "jsonfile",
    "optionalDependencies": {
      "graceful-fs": "^4.1.6"
    },
    "repository": {
      "type": "git",
      "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
    },
    "scripts": {
      "lint": "standard",
      "test": "npm run lint && npm run unit",
      "unit": "mocha"
    },
    "version": "2.4.0"
  }