Blame view

node_modules/assign-symbols/package.json 1.87 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
  {
    "_args": [
      [
        "assign-symbols@1.0.0",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "assign-symbols@1.0.0",
    "_id": "assign-symbols@1.0.0",
    "_inBundle": false,
    "_integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
    "_location": "/assign-symbols",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "assign-symbols@1.0.0",
      "name": "assign-symbols",
      "escapedName": "assign-symbols",
      "rawSpec": "1.0.0",
      "saveSpec": null,
      "fetchSpec": "1.0.0"
    },
    "_requiredBy": [
      "/extend-shallow"
    ],
    "_resolved": "http://registry.npm.taobao.org/assign-symbols/download/assign-symbols-1.0.0.tgz",
    "_spec": "1.0.0",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Jon Schlinkert",
      "url": "https://github.com/jonschlinkert"
    },
    "bugs": {
      "url": "https://github.com/jonschlinkert/assign-symbols/issues"
    },
    "description": "Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.",
    "devDependencies": {
      "mocha": "^3.0.0"
    },
    "engines": {
      "node": ">=0.10.0"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/jonschlinkert/assign-symbols",
    "keywords": [
      "assign",
      "symbols"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "assign-symbols",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/jonschlinkert/assign-symbols.git"
    },
    "scripts": {
      "test": "mocha"
    },
    "verb": {
      "related": {
        "list": [
          "assign-deep",
          "mixin-deep",
          "merge-deep",
          "extend-shallow",
          "clone-deep"
        ]
      }
    },
    "version": "1.0.0"
  }