source: trip-planner-front/node_modules/infer-owner/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 "infer-owner@1.0.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "infer-owner@1.0.4",
10 "_id": "infer-owner@1.0.4",
11 "_inBundle": false,
12 "_integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==",
13 "_location": "/infer-owner",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "infer-owner@1.0.4",
19 "name": "infer-owner",
20 "escapedName": "infer-owner",
21 "rawSpec": "1.0.4",
22 "saveSpec": null,
23 "fetchSpec": "1.0.4"
24 },
25 "_requiredBy": [
26 "/@npmcli/promise-spawn",
27 "/cacache",
28 "/pacote"
29 ],
30 "_resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
31 "_spec": "1.0.4",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Isaac Z. Schlueter",
35 "email": "i@izs.me",
36 "url": "https://izs.me"
37 },
38 "bugs": {
39 "url": "https://github.com/npm/infer-owner/issues"
40 },
41 "description": "Infer the owner of a path based on the owner of its nearest existing parent",
42 "devDependencies": {
43 "mutate-fs": "^2.1.1",
44 "tap": "^12.4.2"
45 },
46 "files": [
47 "index.js"
48 ],
49 "homepage": "https://github.com/npm/infer-owner#readme",
50 "license": "ISC",
51 "main": "index.js",
52 "name": "infer-owner",
53 "publishConfig": {
54 "access": "public"
55 },
56 "repository": {
57 "type": "git",
58 "url": "git+https://github.com/npm/infer-owner.git"
59 },
60 "scripts": {
61 "postpublish": "git push origin --follow-tags",
62 "postversion": "npm publish",
63 "preversion": "npm test",
64 "snap": "TAP_SNAPSHOT=1 tap -J test/*.js --100",
65 "test": "tap -J test/*.js --100"
66 },
67 "version": "1.0.4"
68}
Note: See TracBrowser for help on using the repository browser.