package.json 1.6 KB
{
  "_args": [
    [
      "buffer-equal@0.0.1",
      "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool"
    ]
  ],
  "_from": "buffer-equal@0.0.1",
  "_id": "buffer-equal@0.0.1",
  "_inBundle": false,
  "_integrity": "sha1-kbx0sR6kBbyRa8aqkI+q+ltKrEs=",
  "_location": "/buffer-equal",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "buffer-equal@0.0.1",
    "name": "buffer-equal",
    "escapedName": "buffer-equal",
    "rawSpec": "0.0.1",
    "saveSpec": null,
    "fetchSpec": "0.0.1"
  },
  "_requiredBy": [
    "/load-bmfont"
  ],
  "_resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-0.0.1.tgz",
  "_spec": "0.0.1",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/node-buffer-equal/issues"
  },
  "description": "return whether two buffers are equal",
  "devDependencies": {
    "tap": "0.2.4"
  },
  "directories": {
    "example": "example",
    "test": "test"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "homepage": "https://github.com/substack/node-buffer-equal#readme",
  "keywords": [
    "buffer",
    "equal"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "buffer-equal",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/node-buffer-equal.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "0.0.1"
}