{ "_from": "hashids@1.1.4", "_id": "hashids@1.1.4", "_inBundle": false, "_integrity": "sha512-U/fnTE3edW0AV92ZI/BfEluMZuVcu3MDOopsN7jS+HqDYcarQo8rXQiWlsBlm0uX48/taYSdxRsfzh2HRg5Z6w==", "_location": "/hashids", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "hashids@1.1.4", "name": "hashids", "escapedName": "hashids", "rawSpec": "1.1.4", "saveSpec": null, "fetchSpec": "1.1.4" }, "_requiredBy": [ "/@expo/xdl" ], "_resolved": "https://registry.npmjs.org/hashids/-/hashids-1.1.4.tgz", "_shasum": "e4ff92ad66b684a3bd6aace7c17d66618ee5fa21", "_spec": "hashids@1.1.4", "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/xdl", "author": { "name": "Ivan Akimov", "email": "ivan@barreleye.com", "url": "https://twitter.com/IvanAkimov" }, "bugs": { "url": "https://github.com/ivanakimov/hashids.js/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Generate YouTube-like ids from numbers. Use Hashids when you do not want to expose your database ids to the user.", "devDependencies": { "babel-cli": "^6.10.1", "babel-core": "^6.10.4", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-es2015-modules-umd": "^6.8.0", "babel-preset-es2015": "^6.9.0", "chai": "^3.5.0", "coveralls": "^2.11.9", "eslint": "^3.0.1", "mocha": "^2.5.3", "nyc": "^7.0.0", "uglify-js": "^2.7.0" }, "homepage": "http://hashids.org/javascript", "keywords": [ "hashids", "hashid", "hash", "ids", "youtube", "bitly", "obfuscate", "encode", "decode", "encrypt", "decrypt" ], "license": "MIT", "main": "dist/hashids.js", "name": "hashids", "repository": { "type": "git", "url": "git+https://github.com/ivanakimov/hashids.js.git" }, "scripts": { "all": "npm run lint && npm run coverage && npm run build && npm run clean", "build": "npm run test && npm run build:node && npm run rename:global && npm run minify", "build:node": "babel lib/hashids.js -o dist/hashids.js", "clean": "rm -rf coverage .nyc_output npm-debug.log", "coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls", "lint": "eslint lib tests", "minify": "cd dist && uglifyjs hashids.js -o hashids.min.js --source-map hashids.min.map --compress --mangle", "rename:global": "sed -i '' 's/global.hashids/global.Hashids/g' dist/hashids.js", "test": "mocha tests --compilers js:babel-core/register" }, "version": "1.1.4" }