package.json
1.37 KB
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
{
"_from": "dottie@^1.0.0",
"_id": "dottie@1.1.1",
"_inBundle": false,
"_integrity": "sha1-RcKj9IvWUo7u0memmoSOqspvqmo=",
"_location": "/dottie",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dottie@^1.0.0",
"name": "dottie",
"escapedName": "dottie",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/sequelize"
],
"_resolved": "https://registry.npmjs.org/dottie/-/dottie-1.1.1.tgz",
"_shasum": "45c2a3f48bd6528eeed267a69a848eaaca6faa6a",
"_spec": "dottie@^1.0.0",
"_where": "/Users/hyewon/Documents/KHU/capstone2/2016104140/code/lms_web/node_modules/sequelize",
"author": {
"name": "Mick Hansen",
"email": "maker@mhansen.io"
},
"bugs": {
"url": "https://github.com/mickhansen/dottie.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Fast and safe nested object access and manipulation in JavaScript",
"devDependencies": {
"expect.js": "~0.2.0",
"mocha": "~1.14.0"
},
"homepage": "https://github.com/mickhansen/dottie.js#readme",
"main": "dottie.js",
"name": "dottie",
"repository": {
"type": "git",
"url": "git://github.com/mickhansen/dottie.js.git"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -t 5000 -s 100 --reporter spec test/"
},
"version": "1.1.1"
}