Blame view

node_modules/write/package.json 1.62 KB
ce4c83ff   wxy   初始提交
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
  {
    "_args": [
      [
        "write@0.2.1",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "write@0.2.1",
    "_id": "write@0.2.1",
    "_inBundle": false,
    "_integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=",
    "_location": "/write",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "write@0.2.1",
      "name": "write",
      "escapedName": "write",
      "rawSpec": "0.2.1",
      "saveSpec": null,
      "fetchSpec": "0.2.1"
    },
    "_requiredBy": [
      "/flat-cache"
    ],
    "_resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz",
    "_spec": "0.2.1",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Jon Schlinkert",
      "url": "https://github.com/jonschlinkert"
    },
    "bugs": {
      "url": "https://github.com/jonschlinkert/write/issues"
    },
    "dependencies": {
      "mkdirp": "^0.5.1"
    },
    "description": "Write files to disk, creating intermediate directories if they don't exist.",
    "devDependencies": {
      "async": "^1.4.0",
      "delete": "^0.2.1",
      "mocha": "^2.2.5",
      "should": "^7.0.2"
    },
    "engines": {
      "node": ">=0.10.0"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/jonschlinkert/write",
    "keywords": [
      "file",
      "filepath",
      "files",
      "filesystem",
      "folder",
      "fs",
      "fs.writeFile",
      "fs.writeFileSync",
      "path",
      "write"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "write",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/jonschlinkert/write.git"
    },
    "scripts": {
      "test": "mocha"
    },
    "version": "0.2.1"
  }