package.json
1.43 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
51
52
53
54
55
56
57
{
"_args": [
[
"dottie@2.0.2",
"C:\\Users\\15Z950.1703\\Desktop\\2-2\\옾소\\프젝\\OPproject"
]
],
"_from": "dottie@2.0.2",
"_id": "dottie@2.0.2",
"_inBundle": false,
"_integrity": "sha512-fmrwR04lsniq/uSr8yikThDTrM7epXHBAAjH9TbeH3rEA8tdCO7mRzB9hdmdGyJCxF8KERo9CITcm3kGuoyMhg==",
"_location": "/dottie",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dottie@2.0.2",
"name": "dottie",
"escapedName": "dottie",
"rawSpec": "2.0.2",
"saveSpec": null,
"fetchSpec": "2.0.2"
},
"_requiredBy": [
"/sequelize"
],
"_resolved": "https://registry.npmjs.org/dottie/-/dottie-2.0.2.tgz",
"_spec": "2.0.2",
"_where": "C:\\Users\\15Z950.1703\\Desktop\\2-2\\옾소\\프젝\\OPproject",
"author": {
"name": "Mick Hansen",
"email": "maker@mhansen.io"
},
"bugs": {
"url": "https://github.com/mickhansen/dottie.js/issues"
},
"description": "Fast and safe nested object access and manipulation in JavaScript",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
},
"files": [
"dottie.js"
],
"homepage": "https://github.com/mickhansen/dottie.js#readme",
"license": "MIT",
"main": "dottie.js",
"name": "dottie",
"repository": {
"type": "git",
"url": "git://github.com/mickhansen/dottie.js.git"
},
"scripts": {
"test": "mocha -t 5000 -s 100 --reporter spec test"
},
"version": "2.0.2"
}