react-scripts
Version:
Configuration and scripts for Create React App.
95 lines (94 loc) • 2.33 kB
JSON
{
"_args": [
[
"sha.js@2.2.6",
"/Users/dan/p/create-react-app/node_modules/crypto-browserify"
]
],
"_from": "sha.js@2.2.6",
"_id": "sha.js@2.2.6",
"_inCache": true,
"_installable": true,
"_location": "/sha.js",
"_npmUser": {
"email": "dominic.tarr@gmail.com",
"name": "dominictarr"
},
"_npmVersion": "1.4.26",
"_phantomChildren": {},
"_requested": {
"name": "sha.js",
"raw": "sha.js@2.2.6",
"rawSpec": "2.2.6",
"scope": null,
"spec": "2.2.6",
"type": "version"
},
"_requiredBy": [
"/crypto-browserify"
],
"_resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.2.6.tgz",
"_shasum": "17ddeddc5f722fb66501658895461977867315ba",
"_shrinkwrap": null,
"_spec": "sha.js@2.2.6",
"_where": "/Users/dan/p/create-react-app/node_modules/crypto-browserify",
"author": {
"email": "dominic.tarr@gmail.com",
"name": "Dominic Tarr",
"url": "dominictarr.com"
},
"bin": {
"sha.js": "./bin.js"
},
"bugs": {
"url": "https://github.com/dominictarr/sha.js/issues"
},
"dependencies": {},
"description": "streaming sha1 hash in pure javascript",
"devDependencies": {
"buffer": "~2.3.2",
"tape": "~2.3.2",
"typedarray": "0.0.6"
},
"directories": {},
"dist": {
"shasum": "17ddeddc5f722fb66501658895461977867315ba",
"tarball": "https://registry.npmjs.org/sha.js/-/sha.js-2.2.6.tgz"
},
"gitHead": "f867e611f54d4dac371e0b247d72978ba26fca82",
"homepage": "https://github.com/dominictarr/sha.js",
"license": "MIT",
"maintainers": [
{
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
}
],
"name": "sha.js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/sha.js.git"
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done;"
},
"testling": {
"browsers": [
"android-browser/4.2..latest",
"chrome/22..latest",
"chrome/canary",
"firefox/17..latest",
"firefox/nightly",
"ie/8..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"opera/12..latest",
"opera/next",
"safari/5.1..latest"
],
"files": "test/{vectors,write,hash}.js"
},
"version": "2.2.6"
}