package.json 1.91 KB
{
  "_args": [
    [
      "phin@2.9.3",
      "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool"
    ]
  ],
  "_from": "phin@2.9.3",
  "_id": "phin@2.9.3",
  "_inBundle": false,
  "_integrity": "sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==",
  "_location": "/phin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "phin@2.9.3",
    "name": "phin",
    "escapedName": "phin",
    "rawSpec": "2.9.3",
    "saveSpec": null,
    "fetchSpec": "2.9.3"
  },
  "_requiredBy": [
    "/@jimp/core",
    "/load-bmfont"
  ],
  "_resolved": "https://registry.npmjs.org/phin/-/phin-2.9.3.tgz",
  "_spec": "2.9.3",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
  "author": {
    "name": "Ethan Davis"
  },
  "bugs": {
    "url": "https://github.com/ethanent/phin/issues"
  },
  "description": "Ultra-simple, lightweight, dependency-free Node.JS HTTP request client",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "whew": "^1.0.0"
  },
  "files": [
    "lib/phin.compiled.js",
    "LICENSE"
  ],
  "homepage": "https://github.com/ethanent/phin#readme",
  "keywords": [
    "http",
    "https",
    "request",
    "fetch",
    "ajax",
    "url",
    "uri"
  ],
  "license": "MIT",
  "main": "lib/phin.compiled.js",
  "name": "phin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethanent/phin.git"
  },
  "scripts": {
    "build": "npx babel lib/phin.js --out-file lib/phin.compiled.js --presets env --minified --no-comments",
    "gendocs": "rm -r docs || true && jsdoc -R README.md -d ./docs lib/phin.js",
    "prepublishOnly": "npm run test-dev",
    "test": "echo \"Tested before deployment.\" && exit 0",
    "test-dev": "node ./tests/test.js"
  },
  "version": "2.9.3"
}