Changeset 59329aa for trip-planner-front/node_modules/rimraf/package.json
- 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/rimraf/package.json
rceaed42 r59329aa 1 1 { 2 "name": "rimraf", 3 "version": "3.0.2", 4 "main": "rimraf.js", 5 "description": "A deep deletion module for node (like `rm -rf`)", 6 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 7 "license": "ISC", 8 "repository": "git://github.com/isaacs/rimraf.git", 9 "scripts": { 10 "preversion": "npm test", 11 "postversion": "npm publish", 12 "postpublish": "git push origin --follow-tags", 13 "test": "tap test/*.js" 2 "_args": [ 3 [ 4 "rimraf@3.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "rimraf@3.0.2", 10 "_id": "rimraf@3.0.2", 11 "_inBundle": false, 12 "_integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", 13 "_location": "/rimraf", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "rimraf@3.0.2", 19 "name": "rimraf", 20 "escapedName": "rimraf", 21 "rawSpec": "3.0.2", 22 "saveSpec": null, 23 "fetchSpec": "3.0.2" 14 24 }, 15 "bin": "./bin.js", 25 "_requiredBy": [ 26 "/@npmcli/move-file", 27 "/cacache", 28 "/karma", 29 "/karma/tmp", 30 "/node-gyp", 31 "/pacote" 32 ], 33 "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", 34 "_spec": "3.0.2", 35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 36 "author": { 37 "name": "Isaac Z. Schlueter", 38 "email": "i@izs.me", 39 "url": "http://blog.izs.me/" 40 }, 41 "bin": { 42 "rimraf": "bin.js" 43 }, 44 "bugs": { 45 "url": "https://github.com/isaacs/rimraf/issues" 46 }, 16 47 "dependencies": { 17 48 "glob": "^7.1.3" 49 }, 50 "description": "A deep deletion module for node (like `rm -rf`)", 51 "devDependencies": { 52 "mkdirp": "^0.5.1", 53 "tap": "^12.1.1" 18 54 }, 19 55 "files": [ … … 23 59 "rimraf.js" 24 60 ], 25 "devDependencies": {26 "mkdirp": "^0.5.1",27 "tap": "^12.1.1"28 },29 61 "funding": { 30 62 "url": "https://github.com/sponsors/isaacs" 31 } 63 }, 64 "homepage": "https://github.com/isaacs/rimraf#readme", 65 "license": "ISC", 66 "main": "rimraf.js", 67 "name": "rimraf", 68 "repository": { 69 "type": "git", 70 "url": "git://github.com/isaacs/rimraf.git" 71 }, 72 "scripts": { 73 "postpublish": "git push origin --follow-tags", 74 "postversion": "npm publish", 75 "preversion": "npm test", 76 "test": "tap test/*.js" 77 }, 78 "version": "3.0.2" 32 79 }
Note:
See TracChangeset
for help on using the changeset viewer.