package.json 1.97 KB
{
  "_args": [
    [
      "es6-mapify@1.2.0",
      "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool"
    ]
  ],
  "_from": "es6-mapify@1.2.0",
  "_id": "es6-mapify@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-b4QYXTO1HD0MMFs+JtYrQEaynlyuEInBF3anGQK11rQ45akiIBs+3YUyTBq9FLzM7rD5P2xAglEOXz9gcdmdIw==",
  "_location": "/es6-mapify",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "es6-mapify@1.2.0",
    "name": "es6-mapify",
    "escapedName": "es6-mapify",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/asyncbox"
  ],
  "_resolved": "https://registry.npmjs.org/es6-mapify/-/es6-mapify-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
  "author": {
    "name": "jlipps@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jlipps/mapify/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0"
  },
  "description": "Convert JS objects to ES6 Maps and vice versa",
  "devDependencies": {
    "appium-gulp-plugins": "^4.0.0",
    "babel-eslint": "^10.0.0",
    "chai": "^4.1.2",
    "eslint-config-appium": "^4.0.0",
    "gulp": "^4.0.0"
  },
  "directories": {
    "lib": "./lib/es6"
  },
  "engines": [
    "node"
  ],
  "files": [
    "lib",
    "build/lib"
  ],
  "homepage": "https://github.com/jlipps/mapify#readme",
  "license": "Apache-2.0",
  "main": "./build/lib/main.js",
  "name": "es6-mapify",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jlipps/mapify.git"
  },
  "scripts": {
    "buid": "gulp transpile",
    "clean": "rm -rf node_modules && rm -rf package-lock.json && npm install",
    "lint": "gulp eslint",
    "lint:fix": "gulp eslint --fix",
    "prepare": "gulp prepublish",
    "test": "gulp once"
  },
  "tags": [
    "es6",
    "map",
    "object",
    "utility"
  ],
  "version": "1.2.0"
}