package.json 1.46 KB
{
  "_from": "os-shim@^0.1.2",
  "_id": "os-shim@0.1.3",
  "_inBundle": false,
  "_integrity": "sha1-a2LDeRz3kJ6jXtRuF2WLtBfLORc=",
  "_location": "/os-shim",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "os-shim@^0.1.2",
    "name": "os-shim",
    "escapedName": "os-shim",
    "rawSpec": "^0.1.2",
    "saveSpec": null,
    "fetchSpec": "^0.1.2"
  },
  "_requiredBy": [
    "/spawn-sync"
  ],
  "_resolved": "https://registry.npmjs.org/os-shim/-/os-shim-0.1.3.tgz",
  "_shasum": "6b62c3791cf7909ea35ed46e17658bb417cb3917",
  "_spec": "os-shim@^0.1.2",
  "_where": "D:\\OSS project\\YTMT\\node_modules\\spawn-sync",
  "bugs": {
    "url": "https://github.com/h2non/node-os-shim/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Tomas Aparicio",
      "email": "tomas@aparicio.me"
    }
  ],
  "deprecated": false,
  "description": "Native OS module API shim for older node.js versions",
  "devDependencies": {
    "expect.js": "~0.2.0",
    "mocha": "~1.15.1"
  },
  "directories": {
    "lib": "./lib"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "homepage": "http://github.com/h2non/node-os-shim",
  "keywords": [
    "os",
    "tmpdir",
    "endianness",
    "shim"
  ],
  "licenses": "MIT",
  "main": "lib/os",
  "name": "os-shim",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/h2non/node-os-shim.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "0.1.3"
}