Changeset 79a0317 for imaps-frontend/node_modules/imurmurhash
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/imurmurhash/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "imurmurhash", 3 "version": "0.1.4", 2 "_from": "imurmurhash@0.1.4", 3 "_id": "imurmurhash@0.1.4", 4 "_inBundle": false, 5 "_integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", 6 "_location": "/imurmurhash", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "imurmurhash@0.1.4", 12 "name": "imurmurhash", 13 "escapedName": "imurmurhash", 14 "rawSpec": "0.1.4", 15 "saveSpec": null, 16 "fetchSpec": "0.1.4" 17 }, 18 "_requiredBy": [ 19 "/eslint" 20 ], 21 "_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", 22 "_shasum": "9218b9b2b928a238b13dc4fb6b6d576f231453ea", 23 "_spec": "imurmurhash@0.1.4", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint", 25 "author": { 26 "name": "Jens Taylor", 27 "email": "jensyt@gmail.com", 28 "url": "https://github.com/homebrewing" 29 }, 30 "bugs": { 31 "url": "https://github.com/jensyt/imurmurhash-js/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": {}, 35 "deprecated": false, 4 36 "description": "An incremental implementation of MurmurHash3", 5 "homepage": "https://github.com/jensyt/imurmurhash-js", 6 "main": "imurmurhash.js", 37 "devDependencies": {}, 38 "engines": { 39 "node": ">=0.8.19" 40 }, 7 41 "files": [ 8 42 "imurmurhash.js", … … 11 45 "README.md" 12 46 ], 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 }, 47 "homepage": "https://github.com/jensyt/imurmurhash-js", 20 48 "keywords": [ 21 49 "murmur", … … 25 53 "incremental" 26 54 ], 27 "author": { 28 "name": "Jens Taylor", 29 "email": "jensyt@gmail.com", 30 "url": "https://github.com/homebrewing" 55 "license": "MIT", 56 "main": "imurmurhash.js", 57 "name": "imurmurhash", 58 "repository": { 59 "type": "git", 60 "url": "git+https://github.com/jensyt/imurmurhash-js.git" 31 61 }, 32 "license": "MIT", 33 "dependencies": { 34 }, 35 "devDependencies": { 36 }, 37 "engines": { 38 "node": ">=0.8.19" 39 } 62 "version": "0.1.4" 40 63 }
Note:
See TracChangeset
for help on using the changeset viewer.