| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "_from": "shasum@^1.0.0",
- "_id": "shasum@1.0.2",
- "_inBundle": false,
- "_integrity": "sha1-5wEjENj0F/TetXEhUOVni4euVl8=",
- "_location": "/shasum",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "shasum@^1.0.0",
- "name": "shasum",
- "escapedName": "shasum",
- "rawSpec": "^1.0.0",
- "saveSpec": null,
- "fetchSpec": "^1.0.0"
- },
- "_requiredBy": [
- "/browserify",
- "/deps-sort"
- ],
- "_resolved": "https://registry.npmjs.org/shasum/-/shasum-1.0.2.tgz",
- "_shasum": "e7012310d8f417f4deb5712150e5678b87ae565f",
- "_spec": "shasum@^1.0.0",
- "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browserify",
- "author": {
- "name": "'Dominic Tarr'",
- "email": "dominic.tarr@gmail.com",
- "url": "http://dominictarr.com"
- },
- "browser": {
- "./index.js": "./browser.js"
- },
- "bugs": {
- "url": "https://github.com/dominictarr/shasum/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "json-stable-stringify": "~0.0.0",
- "sha.js": "~2.4.4"
- },
- "deprecated": false,
- "description": "Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.",
- "devDependencies": {},
- "homepage": "https://github.com/dominictarr/shasum",
- "license": "MIT",
- "name": "shasum",
- "repository": {
- "type": "git",
- "url": "git://github.com/dominictarr/shasum.git"
- },
- "scripts": {
- "test": "node test/index.js && node test/index.js browser"
- },
- "version": "1.0.2"
- }
|