Changeset 59329aa for trip-planner-front/node_modules/chownr
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/chownr/package.json
rceaed42 r59329aa 1 1 { 2 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 3 "name": "chownr", 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 }, 4 41 "description": "like `chown -R`", 5 "version": "2.0.0",6 "repository": {7 "type": "git",8 "url": "git://github.com/isaacs/chownr.git"9 },10 "main": "chownr.js",11 "files": [12 "chownr.js"13 ],14 42 "devDependencies": { 15 43 "mkdirp": "0.3", … … 17 45 "tap": "^14.10.6" 18 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 }, 19 67 "tap": { 20 68 "check-coverage": true 21 69 }, 22 "scripts": { 23 "test": "tap", 24 "preversion": "npm test", 25 "postversion": "npm publish", 26 "prepublishOnly": "git push origin --follow-tags" 27 }, 28 "license": "ISC", 29 "engines": { 30 "node": ">=10" 31 } 70 "version": "2.0.0" 32 71 }
Note:
See TracChangeset
for help on using the changeset viewer.