Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
crc
/
Filename :
package.json
back
Copy
{ "name": "crc", "version": "3.2.1", "description": "Various CRC JavaScript implementations", "keywords": [ "crc" ], "main": "./lib/index.js", "scripts": { "test": "mocha test/*.spec.coffee", "pretest": "coffee --bare --output ./lib --compile ./src/*.coffee" }, "author": { "name": "Alex Gorbatchev", "url": "https://github.com/alexgorbatchev" }, "devDependencies": { "beautify-benchmark": "^0.2.4", "benchmark": "^1.0.0", "buffer-crc32": "^0.2.3", "chai": "~1.9.1", "coffee-errors": "~0.8.6", "coffee-script": "~1.7.1", "mocha": "*", "seedrandom": "^2.3.6" }, "homepage": "https://github.com/alexgorbatchev/node-crc", "bugs": "https://github.com/alexgorbatchev/node-crc/issues", "repository": { "type": "git", "url": "git://github.com/alexgorbatchev/node-crc.git" }, "license": "MIT" }