- 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/imurmurhash/package.json
rceaed42 r59329aa 1 1 { 2 "name": "imurmurhash", 3 "version": "0.1.4", 2 "_args": [ 3 [ 4 "imurmurhash@0.1.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "imurmurhash@0.1.4", 10 "_id": "imurmurhash@0.1.4", 11 "_inBundle": false, 12 "_integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", 13 "_location": "/imurmurhash", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "imurmurhash@0.1.4", 19 "name": "imurmurhash", 20 "escapedName": "imurmurhash", 21 "rawSpec": "0.1.4", 22 "saveSpec": null, 23 "fetchSpec": "0.1.4" 24 }, 25 "_requiredBy": [ 26 "/unique-slug" 27 ], 28 "_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", 29 "_spec": "0.1.4", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jens Taylor", 33 "email": "jensyt@gmail.com", 34 "url": "https://github.com/homebrewing" 35 }, 36 "bugs": { 37 "url": "https://github.com/jensyt/imurmurhash-js/issues" 38 }, 39 "dependencies": {}, 4 40 "description": "An incremental implementation of MurmurHash3", 5 "homepage": "https://github.com/jensyt/imurmurhash-js", 6 "main": "imurmurhash.js", 41 "devDependencies": {}, 42 "engines": { 43 "node": ">=0.8.19" 44 }, 7 45 "files": [ 8 46 "imurmurhash.js", … … 11 49 "README.md" 12 50 ], 13 "repository": { 14 "type": "git", 15 "url": "https://github.com/jensyt/imurmurhash-js" 16 }, 17 "bugs": { 18 "url": "https://github.com/jensyt/imurmurhash-js/issues" 19 }, 51 "homepage": "https://github.com/jensyt/imurmurhash-js", 20 52 "keywords": [ 21 53 "murmur", … … 25 57 "incremental" 26 58 ], 27 "author": { 28 "name": "Jens Taylor", 29 "email": "jensyt@gmail.com", 30 "url": "https://github.com/homebrewing" 59 "license": "MIT", 60 "main": "imurmurhash.js", 61 "name": "imurmurhash", 62 "repository": { 63 "type": "git", 64 "url": "git+https://github.com/jensyt/imurmurhash-js.git" 31 65 }, 32 "license": "MIT", 33 "dependencies": { 34 }, 35 "devDependencies": { 36 }, 37 "engines": { 38 "node": ">=0.8.19" 39 } 66 "version": "0.1.4" 40 67 }
Note:
See TracChangeset
for help on using the changeset viewer.