package.json 1.7 KB
{
  "_from": "parse-listing@^1.1.3",
  "_id": "parse-listing@1.1.3",
  "_inBundle": false,
  "_integrity": "sha1-qlRvV/3BKc+/mUXNS3V7FLBhgt0=",
  "_location": "/parse-listing",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "parse-listing@^1.1.3",
    "name": "parse-listing",
    "escapedName": "parse-listing",
    "rawSpec": "^1.1.3",
    "saveSpec": null,
    "fetchSpec": "^1.1.3"
  },
  "_requiredBy": [
    "/jsftp"
  ],
  "_resolved": "https://registry.npmjs.org/parse-listing/-/parse-listing-1.1.3.tgz",
  "_shasum": "aa546f57fdc129cfbf9945cd4b757b14b06182dd",
  "_spec": "parse-listing@^1.1.3",
  "_where": "C:\\Users\\LG\\Desktop\\캡디2\\forensic_tool\\node_modules\\jsftp",
  "author": {
    "name": "Sergi Mansilla",
    "email": "sergi.mansilla@gmail.com",
    "url": "http://sergimansilla.com"
  },
  "bugs": {
    "url": "https://github.com/sergi/parse-listing/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Small library to parse file listings into JavaScript objects",
  "devDependencies": {
    "mocha": "^1.10.0"
  },
  "engines": {
    "node": ">=0.6.21"
  },
  "homepage": "https://github.com/sergi/parse-listing",
  "id": "parse-listing",
  "keywords": [
    "parse",
    "ls",
    "list",
    "listing",
    "ftp",
    "unix",
    "dos"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/sergi/parse-listing/blob/master/LICENSE"
    }
  ],
  "main": "src/parser.js",
  "name": "parse-listing",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sergi/parse-listing.git"
  },
  "scripts": {
    "test": "mocha -R spec -t 5000"
  },
  "version": "1.1.3"
}