Changeset 59329aa for trip-planner-front/node_modules/psl
- 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/psl/package.json
rceaed42 r59329aa 1 1 { 2 "name": "psl", 3 "version": "1.8.0", 2 "_args": [ 3 [ 4 "psl@1.8.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "psl@1.8.0", 10 "_id": "psl@1.8.0", 11 "_inBundle": false, 12 "_integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", 13 "_location": "/psl", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "psl@1.8.0", 19 "name": "psl", 20 "escapedName": "psl", 21 "rawSpec": "1.8.0", 22 "saveSpec": null, 23 "fetchSpec": "1.8.0" 24 }, 25 "_requiredBy": [ 26 "/tough-cookie" 27 ], 28 "_resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", 29 "_spec": "1.8.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Lupo Montero", 33 "email": "lupomontero@gmail.com", 34 "url": "https://lupomontero.com/" 35 }, 36 "bugs": { 37 "url": "https://github.com/lupomontero/psl/issues" 38 }, 4 39 "description": "Domain name parser based on the Public Suffix List", 5 "repository": {6 "type": "git",7 "url": "git@github.com:lupomontero/psl.git"8 },9 "main": "index.js",10 "scripts": {11 "pretest": "eslint .",12 "test": "mocha test && karma start ./karma.conf.js --single-run",13 "watch": "mocha test --watch",14 "prebuild": "./scripts/update-rules.js",15 "build": "browserify ./index.js --standalone=psl > ./dist/psl.js",16 "postbuild": "cat ./dist/psl.js | uglifyjs -c -m > ./dist/psl.min.js",17 "commit-and-pr": "commit-and-pr",18 "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"%h %s (%an <%ae>)\""19 },20 "keywords": [21 "publicsuffix",22 "publicsuffixlist"23 ],24 "author": "Lupo Montero <lupomontero@gmail.com> (https://lupomontero.com/)",25 "license": "MIT",26 40 "devDependencies": { 27 41 "JSONStream": "^1.3.5", … … 41 55 "uglify-js": "^3.8.0", 42 56 "watchify": "^3.11.1" 43 } 57 }, 58 "homepage": "https://github.com/lupomontero/psl#readme", 59 "keywords": [ 60 "publicsuffix", 61 "publicsuffixlist" 62 ], 63 "license": "MIT", 64 "main": "index.js", 65 "name": "psl", 66 "repository": { 67 "type": "git", 68 "url": "git+ssh://git@github.com/lupomontero/psl.git" 69 }, 70 "scripts": { 71 "build": "browserify ./index.js --standalone=psl > ./dist/psl.js", 72 "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"%h %s (%an <%ae>)\"", 73 "commit-and-pr": "commit-and-pr", 74 "postbuild": "cat ./dist/psl.js | uglifyjs -c -m > ./dist/psl.min.js", 75 "prebuild": "./scripts/update-rules.js", 76 "pretest": "eslint .", 77 "test": "mocha test && karma start ./karma.conf.js --single-run", 78 "watch": "mocha test --watch" 79 }, 80 "version": "1.8.0" 44 81 }
Note:
See TracChangeset
for help on using the changeset viewer.