123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_args": [
- [
- "browserify-cipher@1.0.1",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "browserify-cipher@1.0.1",
- "_id": "browserify-cipher@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-jWR0wbhwv9q807z8wZNKEOlPFfA=",
- "_location": "/browserify-cipher",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "browserify-cipher@1.0.1",
- "name": "browserify-cipher",
- "escapedName": "browserify-cipher",
- "rawSpec": "1.0.1",
- "saveSpec": null,
- "fetchSpec": "1.0.1"
- },
- "_requiredBy": [
- "/crypto-browserify"
- ],
- "_resolved": "https://registry.npm.taobao.org/browserify-cipher/download/browserify-cipher-1.0.1.tgz",
- "_spec": "1.0.1",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Calvin Metcalf",
- "email": "calvin.metcalf@gmail.com"
- },
- "browser": "browser.js",
- "bugs": {
- "url": "https://github.com/crypto-browserify/browserify-cipher/issues"
- },
- "dependencies": {
- "browserify-aes": "^1.0.4",
- "browserify-des": "^1.0.0",
- "evp_bytestokey": "^1.0.0"
- },
- "description": "ciphers for the browser",
- "devDependencies": {
- "standard": "^10.0.2",
- "tap-spec": "^4.1.0",
- "tape": "^4.2.0"
- },
- "homepage": "https://github.com/crypto-browserify/browserify-cipher#readme",
- "license": "MIT",
- "main": "index.js",
- "name": "browserify-cipher",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/crypto-browserify/browserify-cipher.git"
- },
- "scripts": {
- "test": "standard && node test.js | tspec"
- },
- "version": "1.0.1"
- }
|