63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"_from": "shasum-object@^1.0.0",
|
|
"_id": "shasum-object@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Iqo5rp/3xVi6M4YheapzZhhGPVs0yZwHj7wvwQ1B9z8H6zk+FEnI7y3Teq7qwnekfEhu8WmG2z0z4iWZaxLWVg==",
|
|
"_location": "/shasum-object",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "shasum-object@^1.0.0",
|
|
"name": "shasum-object",
|
|
"escapedName": "shasum-object",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/deps-sort"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/shasum-object/-/shasum-object-1.0.0.tgz",
|
|
"_shasum": "0b7b74ff5b66ecf9035475522fa05090ac47e29e",
|
|
"_spec": "shasum-object@^1.0.0",
|
|
"_where": "/home/simon/Documents/lifen-autotest/node_modules/deps-sort",
|
|
"author": {
|
|
"name": "Renée Kooi",
|
|
"email": "renee@kooi.me"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/goto-bus-stop/shasum-object/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"fast-safe-stringify": "^2.0.7"
|
|
},
|
|
"deprecated": false,
|
|
"description": "get the shasum of a buffer or object",
|
|
"devDependencies": {
|
|
"safe-buffer": "^5.2.0",
|
|
"standard": "^14.3.1",
|
|
"tape": "^4.10.0"
|
|
},
|
|
"homepage": "https://github.com/goto-bus-stop/shasum-object",
|
|
"keywords": [
|
|
"buffer",
|
|
"hash",
|
|
"object",
|
|
"sha1",
|
|
"shasum"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"name": "shasum-object",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/goto-bus-stop/shasum-object.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && node test"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|