create-js-app-scripts
Version:
Configuration and scripts for Create Js App.
137 lines (136 loc) • 3.44 kB
JSON
{
"_args": [
[
{
"raw": "pbkdf2@^3.0.3",
"scope": null,
"escapedName": "pbkdf2",
"name": "pbkdf2",
"rawSpec": "^3.0.3",
"spec": ">=3.0.3 <4.0.0",
"type": "range"
},
"/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg/node_modules/crypto-browserify"
]
],
"_from": "pbkdf2@>=3.0.3 <4.0.0",
"_id": "pbkdf2@3.0.7",
"_inCache": true,
"_installable": true,
"_location": "/pbkdf2",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/pbkdf2-3.0.7.tgz_1474001312557_0.6997686207760125"
},
"_npmUser": {
"name": "dcousens",
"email": "email@dcousens.com"
},
"_npmVersion": "3.10.7",
"_phantomChildren": {},
"_requested": {
"raw": "pbkdf2@^3.0.3",
"scope": null,
"escapedName": "pbkdf2",
"name": "pbkdf2",
"rawSpec": "^3.0.3",
"spec": ">=3.0.3 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/crypto-browserify",
"/parse-asn1"
],
"_resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.7.tgz",
"_shasum": "4c12a995caa1ba34bb08d7e98e5aca3cf3767d31",
"_shrinkwrap": null,
"_spec": "pbkdf2@^3.0.3",
"_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg/node_modules/crypto-browserify",
"author": {
"name": "Daniel Cousens"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/crypto-browserify/pbkdf2/issues"
},
"dependencies": {
"create-hmac": "^1.1.2"
},
"description": "This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()",
"devDependencies": {
"browserify": "*",
"nyc": "^6.4.0",
"standard": "*",
"tape": "^4.5.1"
},
"directories": {},
"dist": {
"shasum": "4c12a995caa1ba34bb08d7e98e5aca3cf3767d31",
"tarball": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.7.tgz"
},
"files": [
"browser.js",
"index.js",
"node-shim-async.js",
"node-shim.js",
"precondition.js"
],
"gitHead": "f08556a9084f2bb87827648f86d4ceb0113f6b6a",
"homepage": "https://github.com/crypto-browserify/pbkdf2",
"keywords": [
"pbkdf2",
"kdf",
"salt",
"hash"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "fundon",
"email": "cfddream@gmail.com"
},
{
"name": "cwmma",
"email": "calvin.metcalf@gmail.com"
},
{
"name": "dcousens",
"email": "email@dcousens.com"
},
{
"name": "jprichardson",
"email": "jprichardson@gmail.com"
},
{
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
},
{
"name": "indutny",
"email": "fedor@indutny.com"
}
],
"name": "pbkdf2",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/crypto-browserify/pbkdf2.git"
},
"scripts": {
"bundle-test": "browserify test/index.js > test/bundle.js",
"coverage": "nyc --check-coverage --branches 100 --functions 100 tape test/*.js",
"lint": "standard",
"prepublish": "npm run test",
"test": "npm run lint && npm run unit",
"unit": "tape test/*.js"
},
"standard": {
"ignore": [
"test/bundle.js"
]
},
"version": "3.0.7"
}