package.json 1.7 KB
Newer Older
huahua committed
1
{
huahua committed
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
  "_args": [
    [
      "jsonfile@4.0.0",
      "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5"
    ]
  ],
  "_development": true,
  "_from": "jsonfile@4.0.0",
  "_id": "jsonfile@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
  "_location": "/jsonfile",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jsonfile@4.0.0",
    "name": "jsonfile",
    "escapedName": "jsonfile",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/fs-extra"
  ],
  "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
  "_spec": "4.0.0",
  "_where": "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5",
  "author": {
    "name": "JP Richardson",
    "email": "jprichardson@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jprichardson/node-jsonfile/issues"
  },
  "dependencies": {
    "graceful-fs": "^4.1.6"
  },
huahua committed
41
  "description": "Easily read/write JSON files.",
huahua committed
42 43 44 45
  "devDependencies": {
    "mocha": "2.x",
    "rimraf": "^2.4.0",
    "standard": "^10.0.3"
huahua committed
46
  },
huahua committed
47 48 49 50
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
huahua committed
51 52 53 54 55 56 57 58 59
  "keywords": [
    "read",
    "write",
    "file",
    "json",
    "fs",
    "fs-extra"
  ],
  "license": "MIT",
huahua committed
60 61
  "main": "index.js",
  "name": "jsonfile",
huahua committed
62 63 64
  "optionalDependencies": {
    "graceful-fs": "^4.1.6"
  },
huahua committed
65 66 67
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
huahua committed
68 69 70 71 72
  },
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && npm run unit",
    "unit": "mocha"
huahua committed
73 74
  },
  "version": "4.0.0"
huahua committed
75
}