root / HServer / 00.Server / 00.Program / node_modules / bson / package.json
이력 | 보기 | 이력해설 | 다운로드 (2.32 KB)
1 | 39 | HKM | { |
---|---|---|---|
2 | "_args": [
|
||
3 | [ |
||
4 | "bson@1.0.6",
|
||
5 | "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
||
6 | ] |
||
7 | ], |
||
8 | "_from": "bson@1.0.6", |
||
9 | "_id": "bson@1.0.6", |
||
10 | "_inBundle": false, |
||
11 | "_integrity": "sha512-D8zmlb46xfuK2gGvKmUjIklQEouN2nQ0LEHHeZ/NoHM2LDiMk2EYzZ5Ntw/Urk+bgMDosOZxaRzXxvhI5TcAVQ==", |
||
12 | "_location": "/bson", |
||
13 | "_phantomChildren": {},
|
||
14 | "_requested": {
|
||
15 | "type": "version", |
||
16 | "registry": true, |
||
17 | "raw": "bson@1.0.6", |
||
18 | "name": "bson", |
||
19 | "escapedName": "bson", |
||
20 | "rawSpec": "1.0.6", |
||
21 | "saveSpec": null, |
||
22 | "fetchSpec": "1.0.6" |
||
23 | }, |
||
24 | "_requiredBy": [
|
||
25 | "/mongodb-core",
|
||
26 | "/mongoose"
|
||
27 | ], |
||
28 | "_resolved": "https://registry.npmjs.org/bson/-/bson-1.0.6.tgz", |
||
29 | "_spec": "1.0.6", |
||
30 | "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
||
31 | "author": {
|
||
32 | "name": "Christian Amor Kvalheim", |
||
33 | "email": "christkv@gmail.com" |
||
34 | }, |
||
35 | "browser": "lib/bson/bson.js", |
||
36 | "bugs": {
|
||
37 | "url": "https://github.com/mongodb/js-bson/issues" |
||
38 | }, |
||
39 | "config": {
|
||
40 | "native": false |
||
41 | }, |
||
42 | "contributors": [],
|
||
43 | "description": "A bson parser for node.js and the browser", |
||
44 | "devDependencies": {
|
||
45 | "babel-core": "^6.14.0", |
||
46 | "babel-loader": "^6.2.5", |
||
47 | "babel-polyfill": "^6.13.0", |
||
48 | "babel-preset-es2015": "^6.14.0", |
||
49 | "babel-preset-stage-0": "^6.5.0", |
||
50 | "babel-register": "^6.14.0", |
||
51 | "benchmark": "1.0.0", |
||
52 | "colors": "1.1.0", |
||
53 | "conventional-changelog-cli": "^1.3.5", |
||
54 | "nodeunit": "0.9.0", |
||
55 | "webpack": "^1.13.2", |
||
56 | "webpack-polyfills-plugin": "0.0.9" |
||
57 | }, |
||
58 | "directories": {
|
||
59 | "lib": "./lib/bson" |
||
60 | }, |
||
61 | "engines": {
|
||
62 | "node": ">=0.6.19" |
||
63 | }, |
||
64 | "files": [
|
||
65 | "lib",
|
||
66 | "index.js",
|
||
67 | "browser_build",
|
||
68 | "bower.json"
|
||
69 | ], |
||
70 | "homepage": "https://github.com/mongodb/js-bson#readme", |
||
71 | "keywords": [
|
||
72 | "mongodb",
|
||
73 | "bson",
|
||
74 | "parser"
|
||
75 | ], |
||
76 | "license": "Apache-2.0", |
||
77 | "main": "./index", |
||
78 | "name": "bson", |
||
79 | "repository": {
|
||
80 | "type": "git", |
||
81 | "url": "git+https://github.com/mongodb/js-bson.git" |
||
82 | }, |
||
83 | "scripts": {
|
||
84 | "build": "webpack --config ./webpack.dist.config.js", |
||
85 | "changelog": "conventional-changelog -p angular -i HISTORY.md -s", |
||
86 | "format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'", |
||
87 | "lint": "eslint lib test", |
||
88 | "test": "nodeunit ./test/node" |
||
89 | }, |
||
90 | "version": "1.0.6" |
||
91 | } |