Blame view

node_modules/output-file-sync/package.json 2.11 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
70
71
72
73
74
75
  {
    "_from": "output-file-sync@^1.1.2",
    "_id": "output-file-sync@1.1.2",
    "_inBundle": false,
    "_integrity": "sha1-0KM+7+YaIF+suQCS6CZZjVJFznY=",
    "_location": "/output-file-sync",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "output-file-sync@^1.1.2",
      "name": "output-file-sync",
      "escapedName": "output-file-sync",
      "rawSpec": "^1.1.2",
      "saveSpec": null,
      "fetchSpec": "^1.1.2"
    },
    "_requiredBy": [
      "/babel-cli"
    ],
    "_resolved": "http://registry.npm.taobao.org/output-file-sync/download/output-file-sync-1.1.2.tgz",
    "_shasum": "d0a33eefe61a205facb90092e826598d5245ce76",
    "_spec": "output-file-sync@^1.1.2",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/babel-cli",
    "author": {
      "name": "Shinnosuke Watanabe",
      "url": "https://github.com/shinnn"
    },
    "bugs": {
      "url": "https://github.com/shinnn/output-file-sync/issues"
    },
    "bundleDependencies": false,
    "dependencies": {
      "graceful-fs": "^4.1.4",
      "mkdirp": "^0.5.1",
      "object-assign": "^4.1.0"
    },
    "deprecated": false,
    "description": "Synchronously write a file and create its ancestor directories if needed",
    "devDependencies": {
      "@shinnn/eslint-config-node-legacy": "^2.0.0",
      "eslint": "^2.13.0",
      "istanbul": "^0.4.3",
      "read-remove-file": "^3.0.0",
      "tap-spec": "^4.1.1",
      "tape": "^4.5.1"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/shinnn/output-file-sync#readme",
    "keywords": [
      "fs",
      "write",
      "sync",
      "synchronous",
      "output",
      "create",
      "file",
      "mkdir",
      "mkdirp"
    ],
    "license": "MIT",
    "name": "output-file-sync",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/shinnn/output-file-sync.git"
    },
    "scripts": {
      "coverage": "node --strong_mode --throw-deprecation --track-heap-objects node_modules/.bin/istanbul cover test.js",
      "pretest": "eslint --fix --config @shinnn/node-legacy index.js test.js",
      "test": "node --strong_mode --throw-deprecation --track-heap-objects test.js | tap-spec"
    },
    "version": "1.1.2"
  }