HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/rest/node_modules/machinepack-json/package.json
{
  "name": "machinepack-json",
  "version": "2.0.1",
  "description": "Encode and decode data to and from JSON.",
  "scripts": {
    "test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js"
  },
  "keywords": [
    "Json",
    "machines",
    "machinepack"
  ],
  "author": "Mike McNeil",
  "license": "MIT",
  "dependencies": {
    "lodash.iserror": "3.1.1",
    "lodash.isfunction": "3.0.8",
    "lodash.isregexp": "3.0.5",
    "machine": "~12.1.0"
  },
  "devDependencies": {
    "test-machinepack-mocha": "^2.1.1"
  },
  "machinepack": {
    "friendlyName": "JSON",
    "machineDir": "machines/",
    "machines": [
      "parse",
      "stringify",
      "stringify-safe"
    ],
    "testsUrl": "https://travis-ci.org/"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:treelinehq/machinepack-json.git"
  }
}