root / HServer / 00.Server / 00.Program / node_modules / crc / package.json
이력 | 보기 | 이력해설 | 다운로드 (1.69 KB)
1 | 39 | HKM | { |
---|---|---|---|
2 | "_args": [
|
||
3 | [ |
||
4 | "crc@3.4.4",
|
||
5 | "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
||
6 | ] |
||
7 | ], |
||
8 | "_from": "crc@3.4.4", |
||
9 | "_id": "crc@3.4.4", |
||
10 | "_inBundle": false, |
||
11 | "_integrity": "sha1-naHpgOO9RPxck79as9ozeNheRms=", |
||
12 | "_location": "/crc", |
||
13 | "_phantomChildren": {},
|
||
14 | "_requested": {
|
||
15 | "type": "version", |
||
16 | "registry": true, |
||
17 | "raw": "crc@3.4.4", |
||
18 | "name": "crc", |
||
19 | "escapedName": "crc", |
||
20 | "rawSpec": "3.4.4", |
||
21 | "saveSpec": null, |
||
22 | "fetchSpec": "3.4.4" |
||
23 | }, |
||
24 | "_requiredBy": [
|
||
25 | "/express-session"
|
||
26 | ], |
||
27 | "_resolved": "https://registry.npmjs.org/crc/-/crc-3.4.4.tgz", |
||
28 | "_spec": "3.4.4", |
||
29 | "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
||
30 | "author": {
|
||
31 | "name": "Alex Gorbatchev", |
||
32 | "url": "https://github.com/alexgorbatchev" |
||
33 | }, |
||
34 | "bugs": {
|
||
35 | "url": "https://github.com/alexgorbatchev/node-crc/issues" |
||
36 | }, |
||
37 | "description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.", |
||
38 | "devDependencies": {
|
||
39 | "babel-cli": "^6.3.15", |
||
40 | "babel-core": "^6.1.21", |
||
41 | "babel-preset-es2015": "^6.1.18", |
||
42 | "beautify-benchmark": "^0.2.4", |
||
43 | "benchmark": "^1.0.0", |
||
44 | "buffer-crc32": "^0.2.3", |
||
45 | "chai": "^3.4.1", |
||
46 | "mocha": "*", |
||
47 | "seedrandom": "^2.3.6" |
||
48 | }, |
||
49 | "files": [
|
||
50 | "lib"
|
||
51 | ], |
||
52 | "homepage": "https://github.com/alexgorbatchev/node-crc", |
||
53 | "keywords": [
|
||
54 | "crc"
|
||
55 | ], |
||
56 | "license": "MIT", |
||
57 | "main": "./lib/index.js", |
||
58 | "name": "crc", |
||
59 | "repository": {
|
||
60 | "type": "git", |
||
61 | "url": "git://github.com/alexgorbatchev/node-crc.git" |
||
62 | }, |
||
63 | "scripts": {
|
||
64 | "pretest": "cd src && babel --out-dir ../lib *.js", |
||
65 | "test": "mocha test/*.test.js" |
||
66 | }, |
||
67 | "version": "3.4.4" |
||
68 | } |