source: trip-planner-front/node_modules/chownr/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "_args": [
3 [
4 "chownr@2.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "chownr@2.0.0",
10 "_id": "chownr@2.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
13 "_location": "/chownr",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "chownr@2.0.0",
19 "name": "chownr",
20 "escapedName": "chownr",
21 "rawSpec": "2.0.0",
22 "saveSpec": null,
23 "fetchSpec": "2.0.0"
24 },
25 "_requiredBy": [
26 "/cacache",
27 "/pacote",
28 "/tar"
29 ],
30 "_resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
31 "_spec": "2.0.0",
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": "http://blog.izs.me/"
37 },
38 "bugs": {
39 "url": "https://github.com/isaacs/chownr/issues"
40 },
41 "description": "like `chown -R`",
42 "devDependencies": {
43 "mkdirp": "0.3",
44 "rimraf": "^2.7.1",
45 "tap": "^14.10.6"
46 },
47 "engines": {
48 "node": ">=10"
49 },
50 "files": [
51 "chownr.js"
52 ],
53 "homepage": "https://github.com/isaacs/chownr#readme",
54 "license": "ISC",
55 "main": "chownr.js",
56 "name": "chownr",
57 "repository": {
58 "type": "git",
59 "url": "git://github.com/isaacs/chownr.git"
60 },
61 "scripts": {
62 "postversion": "npm publish",
63 "prepublishOnly": "git push origin --follow-tags",
64 "preversion": "npm test",
65 "test": "tap"
66 },
67 "tap": {
68 "check-coverage": true
69 },
70 "version": "2.0.0"
71}
Note: See TracBrowser for help on using the repository browser.