保誠-保戶業務員媒合平台
Tomas
2022-05-19 957a1f10a06fdbb76f1a0ba94fe44126c613fee3
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
{
  "_args": [
    [
      "simple-swizzle@0.2.2",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "simple-swizzle@0.2.2",
  "_id": "simple-swizzle@0.2.2",
  "_inBundle": false,
  "_integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=",
  "_location": "/simple-swizzle",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "simple-swizzle@0.2.2",
    "name": "simple-swizzle",
    "escapedName": "simple-swizzle",
    "rawSpec": "0.2.2",
    "saveSpec": null,
    "fetchSpec": "0.2.2"
  },
  "_requiredBy": [
    "/color-string"
  ],
  "_resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  "_spec": "0.2.2",
  "_where": "/Users/tomas/PAM/PAMapp",
  "author": {
    "name": "Qix",
    "url": "http://github.com/qix-"
  },
  "bugs": {
    "url": "https://github.com/qix-/node-simple-swizzle/issues"
  },
  "dependencies": {
    "is-arrayish": "^0.3.1"
  },
  "description": "Simply swizzle your arguments",
  "devDependencies": {
    "coffee-script": "^1.9.3",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.17",
    "mocha": "^2.2.5",
    "should": "^7.0.1",
    "xo": "^0.7.1"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/qix-/node-simple-swizzle#readme",
  "keywords": [
    "argument",
    "arguments",
    "swizzle",
    "swizzling",
    "parameter",
    "parameters",
    "mixed",
    "array"
  ],
  "license": "MIT",
  "name": "simple-swizzle",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qix-/node-simple-swizzle.git"
  },
  "scripts": {
    "pretest": "xo",
    "test": "mocha --compilers coffee:coffee-script/register"
  },
  "version": "0.2.2"
}