UNPKG

layaair2-cmd

Version:

layaair version 2 toolkit

89 lines (88 loc) 2.69 kB
{ "_args": [ [ { "raw": "shasum@^1.0.0", "scope": null, "escapedName": "shasum", "name": "shasum", "rawSpec": "^1.0.0", "spec": ">=1.0.0 <2.0.0", "type": "range" }, "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\browserify" ] ], "_from": "shasum@>=1.0.0 <2.0.0", "_id": "shasum@1.0.2", "_inCache": true, "_location": "/shasum", "_nodeVersion": "2.3.1", "_npmUser": { "name": "dominictarr", "email": "dominic.tarr@gmail.com" }, "_npmVersion": "3.3.1", "_phantomChildren": {}, "_requested": { "raw": "shasum@^1.0.0", "scope": null, "escapedName": "shasum", "name": "shasum", "rawSpec": "^1.0.0", "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/browserify", "/deps-sort" ], "_resolved": "https://registry.npmjs.org/shasum/-/shasum-1.0.2.tgz", "_shasum": "e7012310d8f417f4deb5712150e5678b87ae565f", "_shrinkwrap": null, "_spec": "shasum@^1.0.0", "_where": "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\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" }, "dependencies": { "json-stable-stringify": "~0.0.0", "sha.js": "~2.4.4" }, "description": "Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.", "devDependencies": {}, "directories": {}, "dist": { "shasum": "e7012310d8f417f4deb5712150e5678b87ae565f", "tarball": "https://registry.npmjs.org/shasum/-/shasum-1.0.2.tgz" }, "gitHead": "7cf9cac58f72da0a85d184162ae3dd1176d8e86b", "homepage": "https://github.com/dominictarr/shasum", "license": "MIT", "maintainers": [ { "name": "dominictarr", "email": "dominic.tarr@gmail.com" } ], "name": "shasum", "optionalDependencies": {}, "readme": "# shasum\n\nSingle function that return the sha1sum.\nInstalling this is just a little bit quicker than reading the crypto documentation.\n\n``` js\nvar shasum = require('shasum')\nshasum(string || buffer || object)\n```\n\nOh yeah, it works in the browser too, with [browserify](https://npmjs.org/package/browserify)\n\n## License\n\nMIT\n", "readmeFilename": "README.md", "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" }