%PDF- %PDF-
Direktori : /home/forge/takeaseat.eco-n-tech.co.uk/node_modules/zxcvbn/ |
Current File : //home/forge/takeaseat.eco-n-tech.co.uk/node_modules/zxcvbn/package.json |
{ "_args": [ [ "zxcvbn@4.4.2", "/home/forge/takeaseat.co.uk" ] ], "_from": "zxcvbn@4.4.2", "_id": "zxcvbn@4.4.2", "_inBundle": false, "_integrity": "sha1-KOwXzwl0PtyrBW3dixsGJizHPDA=", "_location": "/zxcvbn", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "zxcvbn@4.4.2", "name": "zxcvbn", "escapedName": "zxcvbn", "rawSpec": "4.4.2", "saveSpec": null, "fetchSpec": "4.4.2" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/zxcvbn/-/zxcvbn-4.4.2.tgz", "_spec": "4.4.2", "_where": "/home/forge/takeaseat.co.uk", "author": { "name": "Dan Wheeler" }, "bugs": { "url": "https://github.com/dropbox/zxcvbn/issues" }, "description": "realistic password strength estimation", "devDependencies": { "browserify": "^11.0.1", "coffee-coverage": "^0.6.3", "coffee-script": "^1.10.0", "coffeeify": "^1.1.0", "coffeetape": "^1.0.1", "exorcist": "^0.4.0", "faucet": "^0.0.1", "istanbul": "^0.3.18", "tape": "^4.2.0", "uglifyify": "^3.0.1", "watchify": "^3.3.1", "zuul": "^3.4.0" }, "homepage": "https://github.com/dropbox/zxcvbn#readme", "keywords": [ "password", "passphrase", "security", "authentication", "strength", "meter", "quality", "estimation", "pattern", "cracking", "scoring", "entropy", "bruteforce" ], "license": "MIT", "main": "lib/main.js", "name": "zxcvbn", "repository": { "type": "git", "url": "git+https://github.com/dropbox/zxcvbn.git" }, "scripts": { "build": "npm run build-lib ; npm run build-dist", "build-dist": "browserify --debug --standalone zxcvbn -t coffeeify --extension='.coffee' -t uglifyify src/main.coffee | exorcist --base . dist/zxcvbn.js.map >| dist/zxcvbn.js", "build-lib": "coffee -o lib --compile --bare --map src/*.coffee", "prepublish": "npm run build", "test": "coffeetape test/*.coffee | faucet", "test-saucelabs": "zuul -- test/*.coffee", "watch": "npm run watch-lib & npm run watch-dist", "watch-dist": "watchify --debug -v --standalone zxcvbn -t coffeeify --extension='.coffee' -t uglifyify src/main.coffee -o 'exorcist --base . dist/zxcvbn.js.map >| dist/zxcvbn.js'", "watch-lib": "coffee -o lib --compile --bare --map --watch src/*.coffee" }, "version": "4.4.2" }