Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
atom / usr / share / atom / resources / app / apm / node_modules / temp / package.json
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "temp@~0.7.0",
        "scope": null,
        "escapedName": "temp",
        "name": "temp",
        "rawSpec": "~0.7.0",
        "spec": ">=0.7.0 <0.8.0",
        "type": "range"
      },
      "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager"
    ]
  ],
  "_from": "temp@>=0.7.0 <0.8.0",
  "_id": "temp@0.7.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/atom-package-manager/temp",
  "_npmUser": {
    "name": "superjoe",
    "email": "superjoe30@gmail.com"
  },
  "_npmVersion": "1.4.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "temp@~0.7.0",
    "scope": null,
    "escapedName": "temp",
    "name": "temp",
    "rawSpec": "~0.7.0",
    "spec": ">=0.7.0 <0.8.0",
    "type": "range"
  },
  "_requiredBy": [
    "/atom-package-manager"
  ],
  "_resolved": "https://registry.npmjs.org/temp/-/temp-0.7.0.tgz",
  "_shasum": "d34bdc8e7f955da2a6a473fea07ad601d68ba78f",
  "_shrinkwrap": null,
  "_spec": "temp@~0.7.0",
  "_where": "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager",
  "author": {
    "name": "Bruce Williams",
    "email": "bruce@codefluency.com"
  },
  "bugs": {
    "url": "https://github.com/bruce/node-temp/issues"
  },
  "dependencies": {
    "rimraf": "~2.2.6"
  },
  "description": "Temporary files and directories",
  "devDependencies": {},
  "directories": {
    "lib": "lib"
  },
  "dist": {
    "shasum": "d34bdc8e7f955da2a6a473fea07ad601d68ba78f",
    "tarball": "https://registry.npmjs.org/temp/-/temp-0.7.0.tgz"
  },
  "engines": [
    "node >=0.8.0"
  ],
  "homepage": "https://github.com/bruce/node-temp",
  "keywords": [
    "temporary",
    "tmp",
    "temp",
    "tempdir",
    "tempfile",
    "tmpdir",
    "tmpfile"
  ],
  "main": "./lib/temp",
  "maintainers": [
    {
      "name": "bruce",
      "email": "bruce@codefluency.com"
    },
    {
      "name": "superjoe",
      "email": "superjoe30@gmail.com"
    }
  ],
  "name": "temp",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/bruce/node-temp.git"
  },
  "scripts": {
    "test": "node test/temp-test.js"
  },
  "tags": [
    "temporary",
    "temp",
    "tempfile",
    "tempdir",
    "tmpfile",
    "tmpdir",
    "security"
  ],
  "version": "0.7.0"
}