package.json 2.47 KB
{
  "_from": "stat-mode@^1.0.0",
  "_id": "stat-mode@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-jH9EhtKIjuXZ2cWxmXS8ZP80XyC3iasQxMDV8jzhNJpfDb7VbQLVW4Wvsxz9QZvzV+G4YoSfBUVKDOyxLzi/sg==",
  "_location": "/stat-mode",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "stat-mode@^1.0.0",
    "name": "stat-mode",
    "escapedName": "stat-mode",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/builder-util"
  ],
  "_resolved": "https://registry.npmjs.org/stat-mode/-/stat-mode-1.0.0.tgz",
  "_shasum": "68b55cb61ea639ff57136f36b216a291800d1465",
  "_spec": "stat-mode@^1.0.0",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\builder-util",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/stat-mode/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Offers convenient getters and setters for the stat `mode`",
  "devDependencies": {
    "@types/escodegen": "^0.0.6",
    "@types/esprima": "^4.0.2",
    "@types/mocha": "^5.2.7",
    "@types/node": "^10.5.3",
    "@typescript-eslint/eslint-plugin": "1.6.0",
    "@typescript-eslint/parser": "1.1.0",
    "cpy-cli": "^2.0.0",
    "eslint": "5.16.0",
    "eslint-config-airbnb": "17.1.0",
    "eslint-config-prettier": "4.1.0",
    "eslint-import-resolver-typescript": "1.1.1",
    "eslint-plugin-import": "2.16.0",
    "eslint-plugin-jsx-a11y": "6.2.1",
    "eslint-plugin-react": "7.12.4",
    "mocha": "^6.2.0",
    "rimraf": "^3.0.0",
    "typescript": "^3.5.3"
  },
  "engines": {
    "node": ">= 6"
  },
  "files": [
    "dist/src"
  ],
  "homepage": "https://github.com/TooTallNate/stat-mode",
  "keywords": [
    "stat",
    "mode",
    "owner",
    "group",
    "others",
    "chmod",
    "octal",
    "symbolic",
    "permissions"
  ],
  "license": "MIT",
  "main": "dist/src/index",
  "name": "stat-mode",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/stat-mode.git"
  },
  "scripts": {
    "build": "tsc",
    "postbuild": "cpy --parents src test '!**/*.ts' dist",
    "prebuild": "rimraf dist",
    "prepublishOnly": "npm run build",
    "test": "mocha --reporter spec dist/test/test*.js",
    "test-lint": "eslint src --ext .js,.ts"
  },
  "typings": "dist/src/index",
  "version": "1.0.0"
}