프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / sliced / package.json

이력 | 보기 | 이력해설 | 다운로드 (1.5 KB)

1 39 HKM
{
2
  "_args": [
3
    [
4
      "sliced@1.0.1",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "sliced@1.0.1",
9
  "_id": "sliced@1.0.1",
10
  "_inBundle": false,
11
  "_integrity": "sha1-CzpmK10Ewxd7GSa+qCsD+Dei70E=",
12
  "_location": "/sliced",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "sliced@1.0.1",
18
    "name": "sliced",
19
    "escapedName": "sliced",
20
    "rawSpec": "1.0.1",
21
    "saveSpec": null,
22
    "fetchSpec": "1.0.1"
23
  },
24
  "_requiredBy": [
25
    "/mongoose"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz",
28
  "_spec": "1.0.1",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "author": {
31
    "name": "Aaron Heckmann",
32
    "email": "aaron.heckmann+github@gmail.com"
33
  },
34
  "bugs": {
35
    "url": "https://github.com/aheckmann/sliced/issues"
36
  },
37
  "dependencies": {},
38
  "description": "A faster Node.js alternative to Array.prototype.slice.call(arguments)",
39
  "devDependencies": {
40
    "benchmark": "~1.0.0",
41
    "mocha": "1.5.0"
42
  },
43
  "files": [
44
    "LICENSE",
45
    "README.md",
46
    "index.js"
47
  ],
48
  "homepage": "https://github.com/aheckmann/sliced#readme",
49
  "keywords": [
50
    "arguments",
51
    "slice",
52
    "array"
53
  ],
54
  "license": "MIT",
55
  "main": "index.js",
56
  "name": "sliced",
57
  "repository": {
58
    "type": "git",
59
    "url": "git://github.com/aheckmann/sliced.git"
60
  },
61
  "scripts": {
62
    "test": "make test"
63
  },
64
  "version": "1.0.1"
65
}