1{ 2 "_args": [ 3 [ 4 "imurmurhash@0.1.4", 5 "/Users/rebecca/code/npm" 6 ] 7 ], 8 "_from": "imurmurhash@0.1.4", 9 "_id": "imurmurhash@0.1.4", 10 "_inBundle": false, 11 "_integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", 12 "_location": "/imurmurhash", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "imurmurhash@0.1.4", 18 "name": "imurmurhash", 19 "escapedName": "imurmurhash", 20 "rawSpec": "0.1.4", 21 "saveSpec": null, 22 "fetchSpec": "0.1.4" 23 }, 24 "_requiredBy": [ 25 "/", 26 "/eslint", 27 "/fs-write-stream-atomic", 28 "/unique-slug", 29 "/write-file-atomic" 30 ], 31 "_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", 32 "_spec": "0.1.4", 33 "_where": "/Users/rebecca/code/npm", 34 "author": { 35 "name": "Jens Taylor", 36 "email": "jensyt@gmail.com", 37 "url": "https://github.com/homebrewing" 38 }, 39 "bugs": { 40 "url": "https://github.com/jensyt/imurmurhash-js/issues" 41 }, 42 "dependencies": {}, 43 "description": "An incremental implementation of MurmurHash3", 44 "devDependencies": {}, 45 "engines": { 46 "node": ">=0.8.19" 47 }, 48 "files": [ 49 "imurmurhash.js", 50 "imurmurhash.min.js", 51 "package.json", 52 "README.md" 53 ], 54 "homepage": "https://github.com/jensyt/imurmurhash-js", 55 "keywords": [ 56 "murmur", 57 "murmurhash", 58 "murmurhash3", 59 "hash", 60 "incremental" 61 ], 62 "license": "MIT", 63 "main": "imurmurhash.js", 64 "name": "imurmurhash", 65 "repository": { 66 "type": "git", 67 "url": "git+https://github.com/jensyt/imurmurhash-js.git" 68 }, 69 "version": "0.1.4" 70} 71