package.json 1.83 KB
{
  "_args": [
    [
      "any-base@1.1.0",
      "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
    ]
  ],
  "_from": "any-base@1.1.0",
  "_id": "any-base@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==",
  "_location": "/any-base",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "any-base@1.1.0",
    "name": "any-base",
    "escapedName": "any-base",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/@jimp/core"
  ],
  "_resolved": "https://registry.npmjs.org/any-base/-/any-base-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
  "author": {
    "name": "Kamil Harasimowicz",
    "email": "mifczu@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/HarasimowiczKamil/any-base/issues"
  },
  "dependencies": {},
  "description": "Converter from any base to other any base",
  "devDependencies": {
    "browserify": "^13.1.1",
    "punycode": "^2.1.0",
    "uglify-js": "^2.7.4",
    "watchify": "^3.7.0"
  },
  "homepage": "https://github.com/HarasimowiczKamil/any-base#readme",
  "keywords": [
    "number",
    "convert",
    "base",
    "alphabet",
    "short number",
    "long numbers",
    "dec",
    "hex",
    "bin",
    "oct",
    "any"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "any-base",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HarasimowiczKamil/any-base.git"
  },
  "scripts": {
    "build": "browserify . -s AnyBase | ./node_modules/.bin/uglifyjs -cm > dist/any-base.min.js",
    "start": "watchify . -s AnyBase -o dist/any-base.js -v -d",
    "test": "node tests/test.js"
  },
  "version": "1.1.0"
}