diff options
Diffstat (limited to 'node_modules/os-shim/package.json')
| -rw-r--r-- | node_modules/os-shim/package.json | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/node_modules/os-shim/package.json b/node_modules/os-shim/package.json deleted file mode 100644 index 372d5d5..0000000 --- a/node_modules/os-shim/package.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "_from": "os-shim@^0.1.2", - "_id": "[email protected]", - "_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": "E:\\Documents\\GitHub\\s5nical\\node_modules\\spawn-sync", - "bugs": { - "url": "https://github.com/h2non/node-os-shim/issues" - }, - "bundleDependencies": false, - "contributors": [ - { - "name": "Tomas Aparicio", - "email": "[email protected]" - } - ], - "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" -} |