source: trip-planner-front/node_modules/inherits/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: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "inherits@2.0.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "inherits@2.0.4",
10 "_id": "inherits@2.0.4",
11 "_inBundle": false,
12 "_integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
13 "_location": "/inherits",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "inherits@2.0.4",
19 "name": "inherits",
20 "escapedName": "inherits",
21 "rawSpec": "2.0.4",
22 "saveSpec": null,
23 "fetchSpec": "2.0.4"
24 },
25 "_requiredBy": [
26 "/are-we-there-yet/readable-stream",
27 "/bl",
28 "/css",
29 "/css-parse/css",
30 "/glob",
31 "/hpack.js",
32 "/hpack.js/readable-stream",
33 "/memory-fs/readable-stream",
34 "/readable-stream",
35 "/sockjs-client",
36 "/webpack-dev-server/chokidar",
37 "/webpack-dev-server/readable-stream"
38 ],
39 "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
40 "_spec": "2.0.4",
41 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
42 "browser": "./inherits_browser.js",
43 "bugs": {
44 "url": "https://github.com/isaacs/inherits/issues"
45 },
46 "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
47 "devDependencies": {
48 "tap": "^14.2.4"
49 },
50 "files": [
51 "inherits.js",
52 "inherits_browser.js"
53 ],
54 "homepage": "https://github.com/isaacs/inherits#readme",
55 "keywords": [
56 "inheritance",
57 "class",
58 "klass",
59 "oop",
60 "object-oriented",
61 "inherits",
62 "browser",
63 "browserify"
64 ],
65 "license": "ISC",
66 "main": "./inherits.js",
67 "name": "inherits",
68 "repository": {
69 "type": "git",
70 "url": "git://github.com/isaacs/inherits.git"
71 },
72 "scripts": {
73 "test": "tap"
74 },
75 "version": "2.0.4"
76}
Note: See TracBrowser for help on using the repository browser.