Your IP : 216.73.216.48


Current Path : /hdd/hdd21/my5/git/node_modules/final-fs/
Upload File :
Current File : //hdd/hdd21/my5/git/node_modules/final-fs/package.json

{
  "_args": [
    [
      "final-fs@1.6.1",
      "/hdd/hdd21/my5/git/my5-backend"
    ]
  ],
  "_from": "final-fs@1.6.1",
  "_id": "final-fs@1.6.1",
  "_inBundle": false,
  "_integrity": "sha1-1tzZLvb+T+jAer1WjHE1YQ7eMjY=",
  "_location": "/final-fs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "final-fs@1.6.1",
    "name": "final-fs",
    "escapedName": "final-fs",
    "rawSpec": "1.6.1",
    "saveSpec": null,
    "fetchSpec": "1.6.1"
  },
  "_requiredBy": [
    "/db-migrate"
  ],
  "_resolved": "https://registry.npmjs.org/final-fs/-/final-fs-1.6.1.tgz",
  "_spec": "1.6.1",
  "_where": "/hdd/hdd21/my5/git/my5-backend",
  "author": {
    "name": "Szymon Wygnański",
    "email": "s@finalclass.net"
  },
  "bugs": {
    "url": "https://github.com/finalclass/final-fs/issues"
  },
  "dependencies": {
    "node-fs": "~0.1.5",
    "when": "~2.0.1"
  },
  "description": "Promised wrapper for node fs module with usefull additional set of functions.",
  "devDependencies": {
    "jasmine-node": "~1.7.0"
  },
  "homepage": "https://github.com/finalclass/final-fs",
  "keywords": [
    "fs",
    "filesystem",
    "files",
    "promise",
    "when",
    "recursive"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "final-fs",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/finalclass/final-fs.git"
  },
  "scripts": {
    "test": "jasmine-node spec"
  },
  "version": "1.6.1"
}