source: trip-planner-front/node_modules/imurmurhash/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 "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": {},
40 "description": "An incremental implementation of MurmurHash3",
41 "devDependencies": {},
42 "engines": {
43 "node": ">=0.8.19"
44 },
45 "files": [
46 "imurmurhash.js",
47 "imurmurhash.min.js",
48 "package.json",
49 "README.md"
50 ],
51 "homepage": "https://github.com/jensyt/imurmurhash-js",
52 "keywords": [
53 "murmur",
54 "murmurhash",
55 "murmurhash3",
56 "hash",
57 "incremental"
58 ],
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"
65 },
66 "version": "0.1.4"
67}
Note: See TracBrowser for help on using the repository browser.