aboutsummaryrefslogtreecommitdiff
path: root/node_modules/buffer-crc32/package.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 17:50:12 +0530
committerPriyansh <[email protected]>2020-12-22 17:50:12 +0530
commit22dc033f4938d6a19e086a1cbd36ec5cade5eaab (patch)
tree9feb963ccd5c1581e676e41004801abc67db3357 /node_modules/buffer-crc32/package.json
parente93da8b04da86773247aadb1cbb1912e4f4526b2 (diff)
downloadstyx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.tar.xz
styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.zip
Remove node_modules
Diffstat (limited to 'node_modules/buffer-crc32/package.json')
-rw-r--r--node_modules/buffer-crc32/package.json69
1 files changed, 0 insertions, 69 deletions
diff --git a/node_modules/buffer-crc32/package.json b/node_modules/buffer-crc32/package.json
deleted file mode 100644
index df1f3b7..0000000
--- a/node_modules/buffer-crc32/package.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "_from": "buffer-crc32@~0.2.3",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=",
- "_location": "/buffer-crc32",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "buffer-crc32@~0.2.3",
- "name": "buffer-crc32",
- "escapedName": "buffer-crc32",
- "rawSpec": "~0.2.3",
- "saveSpec": null,
- "fetchSpec": "~0.2.3"
- },
- "_requiredBy": [
- "/yauzl"
- ],
- "_resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
- "_shasum": "0d333e3f00eac50aa1454abd30ef8c2a5d9a7242",
- "_spec": "buffer-crc32@~0.2.3",
- "_where": "/Users/lucifer/Documents/styx/node_modules/yauzl",
- "author": {
- "name": "Brian J. Brennan",
- "email": "[email protected]"
- },
- "bugs": {
- "url": "https://github.com/brianloveswords/buffer-crc32/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Vladimir Kuznetsov"
- }
- ],
- "dependencies": {},
- "deprecated": false,
- "description": "A pure javascript CRC32 algorithm that plays nice with binary data",
- "devDependencies": {
- "tap": "~0.2.5"
- },
- "engines": {
- "node": "*"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/brianloveswords/buffer-crc32",
- "license": "MIT",
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/brianloveswords/buffer-crc32/raw/master/LICENSE"
- }
- ],
- "main": "index.js",
- "name": "buffer-crc32",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/brianloveswords/buffer-crc32.git"
- },
- "scripts": {
- "test": "tap tests/*.test.js"
- },
- "version": "0.2.13"
-}