Your IP : 216.73.216.40


Current Path : /var/www/html/test/wetty2/node_modules/des.js/
Upload File :
Current File : /var/www/html/test/wetty2/node_modules/des.js/package.json

{
  "_args": [
    [
      {
        "raw": "des.js@^1.0.0",
        "scope": null,
        "escapedName": "des.js",
        "name": "des.js",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/var/www/html/test/wetty/node_modules/browserify-des"
    ]
  ],
  "_from": "des.js@>=1.0.0 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "des.js@1.0.1",
  "_inCache": true,
  "_location": "/des.js",
  "_nodeVersion": "12.11.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/des.js_1.0.1_1573582458086_0.04203782146589097"
  },
  "_npmUser": {
    "name": "indutny",
    "email": "fedor@indutny.com"
  },
  "_npmVersion": "6.12.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "des.js@^1.0.0",
    "scope": null,
    "escapedName": "des.js",
    "name": "des.js",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/browserify-des"
  ],
  "_resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz",
  "_shasum": "5382142e1bdc53f85d86d53e5f4aa7deb91e0843",
  "_shrinkwrap": null,
  "_spec": "des.js@^1.0.0",
  "_where": "/var/www/html/test/wetty/node_modules/browserify-des",
  "author": {
    "name": "Fedor Indutny",
    "email": "fedor@indutny.com"
  },
  "bugs": {
    "url": "https://github.com/indutny/des.js/issues"
  },
  "dependencies": {
    "inherits": "^2.0.1",
    "minimalistic-assert": "^1.0.0"
  },
  "description": "DES implementation",
  "devDependencies": {
    "jscs": "^3.0.7",
    "jshint": "^2.8.0",
    "mocha": "^6.2.2"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==",
    "shasum": "5382142e1bdc53f85d86d53e5f4aa7deb91e0843",
    "tarball": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz",
    "fileCount": 15,
    "unpackedSize": 38611,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyvZ6CRA9TVsSAnZWagAAOSAP/108dd5fET+MfHvnYPGo\nlLcru8XAAhfP5eoQO4Ost5lIQG1o5GzTjnoFFRDHWt/xDfoa/XWhYeHQxfNJ\nXfLm7r8sVaMjraGlkDEIIcNAnmH9RPoLiw/ND/uaGErNPS/cGDw6Cq6r/v1l\ne+up49Yhn3+CfA3MkGVefQj/ceIgjKy5H371yLq2KWC+rPBopFnE3oJGyywW\ni5fn4KkTUd5OIc/YaprkPMfQspuDP6LUXOuth0pROSTKsUusj3YUoB0cV0g2\nZwRTe00rqS/kGmpgsLR1twz7D6O4rfs8Z3nBsjZqiDAinb4G/6pMxyXLE4np\nkB8jIRZf0zExiKlo5idy7O1QcFbNA6ZWQnkq51k92nzXwcUzfhdTy8IJaiwJ\n9cd5E9JTpV1/BxT98O08gWTKei9mPGb3/CZjLK/XmhFaq/JXvjiFnCIBk2w/\ntB8i+eP8ACjyXSxUh7xN8oWtrWzbwOHGxKxyqrEJ3yoy8n+QYGK0WGsn4xi/\nY3Av38VN+BZ4N8ov/w3ceYf+msCDazVnkeXsRD4RKNI5QXL9043Jo0r2Irul\nkGkbqNeZvOha5wMl79kOO8QIeXNjjryWYxQjr7yT2KZFXOYYMSVolxbY5WtL\ni2DdUSqkQ19bl3wvN8NY7rjshslta3KdoivX8NnI3lmI/Ib/31VnN/qct51P\nOLxW\r\n=OzBR\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "f2050549153c67518a06e7ee8972cbe51cf7e180",
  "homepage": "https://github.com/indutny/des.js#readme",
  "keywords": [
    "DES",
    "3DES",
    "EDE",
    "CBC"
  ],
  "license": "MIT",
  "main": "lib/des.js",
  "maintainers": [
    {
      "name": "indutny",
      "email": "fedor@indutny.com"
    }
  ],
  "name": "des.js",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/indutny/des.js.git"
  },
  "scripts": {
    "test": "mocha --reporter=spec test/*-test.js && jscs lib/*.js lib/**/*.js test/*.js && jshint lib/*.js lib/**/*.js"
  },
  "version": "1.0.1"
}