source: trip-planner-front/node_modules/has/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 "has@1.0.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "has@1.0.3",
10 "_id": "has@1.0.3",
11 "_inBundle": false,
12 "_integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
13 "_location": "/has",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "has@1.0.3",
19 "name": "has",
20 "escapedName": "has",
21 "rawSpec": "1.0.3",
22 "saveSpec": null,
23 "fetchSpec": "1.0.3"
24 },
25 "_requiredBy": [
26 "/get-intrinsic",
27 "/is-core-module"
28 ],
29 "_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
30 "_spec": "1.0.3",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Thiago de Arruda",
34 "email": "tpadilha84@gmail.com"
35 },
36 "bugs": {
37 "url": "https://github.com/tarruda/has/issues"
38 },
39 "contributors": [
40 {
41 "name": "Jordan Harband",
42 "email": "ljharb@gmail.com",
43 "url": "http://ljharb.codes"
44 }
45 ],
46 "dependencies": {
47 "function-bind": "^1.1.1"
48 },
49 "description": "Object.prototype.hasOwnProperty.call shortcut",
50 "devDependencies": {
51 "@ljharb/eslint-config": "^12.2.1",
52 "eslint": "^4.19.1",
53 "tape": "^4.9.0"
54 },
55 "engines": {
56 "node": ">= 0.4.0"
57 },
58 "homepage": "https://github.com/tarruda/has",
59 "license": "MIT",
60 "licenses": [
61 {
62 "type": "MIT",
63 "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
64 }
65 ],
66 "main": "./src",
67 "name": "has",
68 "repository": {
69 "type": "git",
70 "url": "git://github.com/tarruda/has.git"
71 },
72 "scripts": {
73 "lint": "eslint .",
74 "pretest": "npm run lint",
75 "test": "tape test"
76 },
77 "version": "1.0.3"
78}
Note: See TracBrowser for help on using the repository browser.