You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"_from": "buf-compare@^1.0.0",
|
|
"_id": "buf-compare@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-/vKNqLgROgoNtEMLC2Rntpcws0o=",
|
|
"_location": "/buf-compare",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "buf-compare@^1.0.0",
|
|
"name": "buf-compare",
|
|
"escapedName": "buf-compare",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/core-assert"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/buf-compare/-/buf-compare-1.0.1.tgz",
|
|
"_shasum": "fef28da8b8113a0a0db4430b0b6467b69730b34a",
|
|
"_spec": "buf-compare@^1.0.0",
|
|
"_where": "/home/mwinter/www/unboundedpress/node_modules/core-assert",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/buf-compare/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Node.js `Buffer.compare()` ponyfill",
|
|
"devDependencies": {
|
|
"ava": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/buf-compare#readme",
|
|
"keywords": [
|
|
"built-in",
|
|
"core",
|
|
"ponyfill",
|
|
"polyfill",
|
|
"shim",
|
|
"buffer",
|
|
"buffers",
|
|
"compare",
|
|
"comparison",
|
|
"sort",
|
|
"order"
|
|
],
|
|
"license": "MIT",
|
|
"name": "buf-compare",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/buf-compare.git"
|
|
},
|
|
"scripts": {
|
|
"test": "ava"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|