Blame view

node_modules/once/package.json 1.46 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
  {
    "_args": [
      [
        "once@1.4.0",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "once@1.4.0",
    "_id": "once@1.4.0",
    "_inBundle": false,
    "_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
    "_location": "/once",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "once@1.4.0",
      "name": "once",
      "escapedName": "once",
      "rawSpec": "1.4.0",
      "saveSpec": null,
      "fetchSpec": "1.4.0"
    },
    "_requiredBy": [
      "/end-of-stream",
      "/glob",
      "/inflight",
      "/pump"
    ],
    "_resolved": "http://registry.npm.taobao.org/once/download/once-1.4.0.tgz",
    "_spec": "1.4.0",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Isaac Z. Schlueter",
      "email": "i@izs.me",
      "url": "http://blog.izs.me/"
    },
    "bugs": {
      "url": "https://github.com/isaacs/once/issues"
    },
    "dependencies": {
      "wrappy": "1"
    },
    "description": "Run a function exactly one time",
    "devDependencies": {
      "tap": "^7.0.1"
    },
    "directories": {
      "test": "test"
    },
    "files": [
      "once.js"
    ],
    "homepage": "https://github.com/isaacs/once#readme",
    "keywords": [
      "once",
      "function",
      "one",
      "single"
    ],
    "license": "ISC",
    "main": "once.js",
    "name": "once",
    "repository": {
      "type": "git",
      "url": "git://github.com/isaacs/once.git"
    },
    "scripts": {
      "test": "tap test/*.js"
    },
    "version": "1.4.0"
  }