forked from powmedia/backbone-deep-model
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
110 lines (110 loc) · 3.68 KB
/
Copy pathpackage-lock.json
File metadata and controls
110 lines (110 loc) · 3.68 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "backbone-deep-model",
"version": "0.11.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "backbone-deep-model",
"version": "0.11.0",
"dependencies": {
"backbone": ">=0.9.10"
},
"devDependencies": {
"buildify": "latest"
}
},
"node_modules/backbone": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/backbone/-/backbone-1.6.0.tgz",
"integrity": "sha512-13PUjmsgw/49EowNcQvfG4gmczz1ximTMhUktj0Jfrjth0MVaTxehpU+qYYX4MxnuIuhmvBLC6/ayxuAGnOhbA==",
"dependencies": {
"underscore": ">=1.8.3"
}
},
"node_modules/buildify": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/buildify/-/buildify-0.4.0.tgz",
"integrity": "sha512-1te0l31Q4wBTLcw33n3uPJcBkm8Qagqc1J1HFhtz+0ZskCn4aZRNn0cHQgBPg9Y0Hvmz8IA+PH0vMNZyzNzV0w==",
"dev": true,
"dependencies": {
"clean-css": "0.6.0",
"mkdirp": "0.3.2",
"uglify-js": "1.3.4",
"underscore": "1.3.3"
},
"bin": {
"buildify": "bin/cli.js"
},
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/buildify/node_modules/underscore": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.3.3.tgz",
"integrity": "sha512-ddgUaY7xyrznJ0tbSUZgvNdv5qbiF6XcUBTrHgdCOVUrxJYWozD5KyiRjtIwds1reZ7O1iPLv5rIyqnVAcS6gg==",
"dev": true,
"engines": {
"node": "*"
}
},
"node_modules/clean-css": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-0.6.0.tgz",
"integrity": "sha512-qlaWMN7cgwixO2qfGjgB2HaQ16OD/HjIq+P5XVMFYLBDWdoQMT8YQpyLrJwv6+m49heKA/syHVdOCobFfsN1bQ==",
"dev": true,
"dependencies": {
"optimist": "0.3.x"
},
"bin": {
"cleancss": "bin/cleancss"
},
"engines": {
"node": ">=0.6.0"
}
},
"node_modules/mkdirp": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.2.tgz",
"integrity": "sha512-pc+27TvK2K/zCoLgoqHbCDndezId7Gbb00HjFACfXlFqOmbi+JyghsLmjiAGfDYrbGxQIlAWPM2UId3nx6JHOQ==",
"deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)",
"dev": true,
"engines": {
"node": "*"
}
},
"node_modules/optimist": {
"version": "0.3.7",
"resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",
"integrity": "sha512-TCx0dXQzVtSCg2OgY/bO9hjM9cV4XYx09TVK+s3+FhkjT6LovsLe+pPMzpWf+6yXK/hUizs2gUoTw3jHM0VaTQ==",
"dev": true,
"dependencies": {
"wordwrap": "~0.0.2"
}
},
"node_modules/uglify-js": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-1.3.4.tgz",
"integrity": "sha512-96JciwD63/XR0T3oOe9Pob8ne9dfVjYO66yvZdXKD4mdKWwipVcn7pFBy9RDIJ/L4/3oOXox/F4VHbK3anhOpQ==",
"dev": true,
"bin": {
"uglifyjs": "bin/uglifyjs"
}
},
"node_modules/underscore": {
"version": "1.13.7",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz",
"integrity": "sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g=="
},
"node_modules/wordwrap": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",
"integrity": "sha512-1tMA907+V4QmxV7dbRvb4/8MaRALK6q9Abid3ndMYnbyo8piisCmeONVqVSXqQA3KaP4SLt5b7ud6E2sqP8TFw==",
"dev": true,
"engines": {
"node": ">=0.4.0"
}
}
}
}