UNPKG

bcrypt

Version:
67 lines (66 loc) 1.81 kB
{ "_from": "npm-packlist@^1.1.6", "_id": "npm-packlist@1.1.12", "_inBundle": false, "_integrity": "sha512-WJKFOVMeAlsU/pjXuqVdzU0WfgtIBCupkEVwn+1Y0ERAbUfWw8R4GjgVbaKnUjRoD2FoQbHOCbOyT5Mbs9Lw4g==", "_location": "/npm-packlist", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "npm-packlist@^1.1.6", "name": "npm-packlist", "escapedName": "npm-packlist", "rawSpec": "^1.1.6", "saveSpec": null, "fetchSpec": "^1.1.6" }, "_requiredBy": [ "/node-pre-gyp" ], "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.1.12.tgz", "_shasum": "22bde2ebc12e72ca482abd67afc51eb49377243a", "_spec": "npm-packlist@^1.1.6", "_where": "/home/amitosh/Code/node.bcrypt.js/node_modules/node-pre-gyp", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "http://blog.izs.me/" }, "bugs": { "url": "https://github.com/npm/npm-packlist/issues" }, "bundleDependencies": false, "dependencies": { "ignore-walk": "^3.0.1", "npm-bundled": "^1.0.1" }, "deprecated": false, "description": "Get a list of the files to add from a folder into an npm package", "devDependencies": { "mkdirp": "^0.5.1", "rimraf": "^2.6.1", "tap": "^12.0.1" }, "directories": { "test": "test" }, "files": [ "index.js" ], "homepage": "https://www.npmjs.com/package/npm-packlist", "license": "ISC", "main": "index.js", "name": "npm-packlist", "repository": { "type": "git", "url": "git+https://github.com/npm/npm-packlist.git" }, "scripts": { "postpublish": "git push origin --all; git push origin --tags", "postversion": "npm publish", "preversion": "npm test", "test": "tap test/*.js --100 -J" }, "version": "1.1.12" }