-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
33 lines (33 loc) · 1.14 KB
/
package-lock.json
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
{
"name": "RecipeRetriever",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"django": "^1.0.0",
"node.js": "^0.0.1-security",
"python": "^0.0.4"
}
},
"node_modules/django": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/django/-/django-1.0.0.tgz",
"integrity": "sha512-PWiLJnnmf+Mghtm1J/YCZMQLM+N8rrz+bBgchOGM9ldJx9IlXM0D8h4u0vfCM85XafEbWAE8JyFbESykgiBhEw==",
"deprecated": "django is now django-express on request of the Django Software Foundation."
},
"node_modules/node.js": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/node.js/-/node.js-0.0.1-security.tgz",
"integrity": "sha512-8tWQiyg/3ggdLTrtfgj/NxmZpC20eB1U5VNkqt2dbelpcr3NrfjpEE3DgifpBOCJ4Xu9Obvu8iju63ViQW3Hvg=="
},
"node_modules/python": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/python/-/python-0.0.4.tgz",
"integrity": "sha512-7avKA/6XxrwcGSDes8xGn7FHAUdAUQXKHtpjDulyv5/nm7TcPblmPRvXjjwx5knWHqeRiipqH/TZR2HhmJ4CGQ==",
"engines": {
"node": ">= 0.4.1"
}
}
}
}