source: trip-planner-front/node_modules/depd/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_args": [
3 [
4 "depd@1.1.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "depd@1.1.2",
10 "_id": "depd@1.1.2",
11 "_inBundle": false,
12 "_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
13 "_location": "/depd",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "depd@1.1.2",
19 "name": "depd",
20 "escapedName": "depd",
21 "rawSpec": "1.1.2",
22 "saveSpec": null,
23 "fetchSpec": "1.1.2"
24 },
25 "_requiredBy": [
26 "/agentkeepalive",
27 "/body-parser",
28 "/express",
29 "/http-errors",
30 "/send",
31 "/serve-index/http-errors"
32 ],
33 "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
34 "_spec": "1.1.2",
35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
36 "author": {
37 "name": "Douglas Christopher Wilson",
38 "email": "doug@somethingdoug.com"
39 },
40 "browser": "lib/browser/index.js",
41 "bugs": {
42 "url": "https://github.com/dougwilson/nodejs-depd/issues"
43 },
44 "description": "Deprecate all the things",
45 "devDependencies": {
46 "beautify-benchmark": "0.2.4",
47 "benchmark": "2.1.4",
48 "eslint": "3.19.0",
49 "eslint-config-standard": "7.1.0",
50 "eslint-plugin-markdown": "1.0.0-beta.7",
51 "eslint-plugin-promise": "3.6.0",
52 "eslint-plugin-standard": "3.0.1",
53 "istanbul": "0.4.5",
54 "mocha": "~1.21.5"
55 },
56 "engines": {
57 "node": ">= 0.6"
58 },
59 "files": [
60 "lib/",
61 "History.md",
62 "LICENSE",
63 "index.js",
64 "Readme.md"
65 ],
66 "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
67 "keywords": [
68 "deprecate",
69 "deprecated"
70 ],
71 "license": "MIT",
72 "name": "depd",
73 "repository": {
74 "type": "git",
75 "url": "git+https://github.com/dougwilson/nodejs-depd.git"
76 },
77 "scripts": {
78 "bench": "node benchmark/index.js",
79 "lint": "eslint --plugin markdown --ext js,md .",
80 "test": "mocha --reporter spec --bail test/",
81 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
82 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
83 },
84 "version": "1.1.2"
85}
Note: See TracBrowser for help on using the repository browser.