Blame view

node_modules/extend/package.json 1.92 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
74
75
76
77
78
79
  {
    "_args": [
      [
        "extend@3.0.2",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "extend@3.0.2",
    "_id": "extend@3.0.2",
    "_inBundle": false,
    "_integrity": "sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo=",
    "_location": "/extend",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "extend@3.0.2",
      "name": "extend",
      "escapedName": "extend",
      "rawSpec": "3.0.2",
      "saveSpec": null,
      "fetchSpec": "3.0.2"
    },
    "_requiredBy": [
      "/request"
    ],
    "_resolved": "http://registry.npm.taobao.org/extend/download/extend-3.0.2.tgz",
    "_spec": "3.0.2",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Stefan Thomas",
      "email": "justmoon@members.fsf.org",
      "url": "http://www.justmoon.net"
    },
    "bugs": {
      "url": "https://github.com/justmoon/node-extend/issues"
    },
    "contributors": [
      {
        "name": "Jordan Harband",
        "url": "https://github.com/ljharb"
      }
    ],
    "dependencies": {},
    "description": "Port of jQuery.extend for node.js and the browser",
    "devDependencies": {
      "@ljharb/eslint-config": "^12.2.1",
      "covert": "^1.1.0",
      "eslint": "^4.19.1",
      "jscs": "^3.0.7",
      "tape": "^4.9.1"
    },
    "homepage": "https://github.com/justmoon/node-extend#readme",
    "keywords": [
      "extend",
      "clone",
      "merge"
    ],
    "license": "MIT",
    "main": "index",
    "name": "extend",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/justmoon/node-extend.git"
    },
    "scripts": {
      "coverage": "covert test/index.js",
      "coverage-quiet": "covert test/index.js --quiet",
      "eslint": "eslint *.js */*.js",
      "jscs": "jscs *.js */*.js",
      "lint": "npm run jscs && npm run eslint",
      "posttest": "npm run coverage-quiet",
      "pretest": "npm run lint",
      "test": "npm run tests-only",
      "tests-only": "node test"
    },
    "version": "3.0.2"
  }