package.json 2.41 KB
{
  "_args": [
    [
      {
        "raw": "write@^0.2.1",
        "scope": null,
        "escapedName": "write",
        "name": "write",
        "rawSpec": "^0.2.1",
        "spec": ">=0.2.1 <0.3.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/flat-cache"
    ]
  ],
  "_from": "write@>=0.2.1 <0.3.0",
  "_id": "write@0.2.1",
  "_inCache": true,
  "_location": "/write",
  "_nodeVersion": "0.12.4",
  "_npmUser": {
    "name": "jonschlinkert",
    "email": "github@sellside.com"
  },
  "_npmVersion": "2.10.1",
  "_phantomChildren": {
    "minimist": "0.0.8"
  },
  "_requested": {
    "raw": "write@^0.2.1",
    "scope": null,
    "escapedName": "write",
    "name": "write",
    "rawSpec": "^0.2.1",
    "spec": ">=0.2.1 <0.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/flat-cache"
  ],
  "_resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz",
  "_shasum": "5fc03828e264cea3fe91455476f7a3c566cb0757",
  "_shrinkwrap": null,
  "_spec": "write@^0.2.1",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/flat-cache",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/write/issues"
  },
  "dependencies": {
    "mkdirp": "^0.5.1"
  },
  "description": "Write files to disk, creating intermediate directories if they don't exist.",
  "devDependencies": {
    "async": "^1.4.0",
    "delete": "^0.2.1",
    "mocha": "^2.2.5",
    "should": "^7.0.2"
  },
  "directories": {},
  "dist": {
    "shasum": "5fc03828e264cea3fe91455476f7a3c566cb0757",
    "tarball": "https://registry.npmjs.org/write/-/write-0.2.1.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "4fde911228a1d244d4439292d6850175c8195730",
  "homepage": "https://github.com/jonschlinkert/write",
  "keywords": [
    "file",
    "filepath",
    "files",
    "filesystem",
    "folder",
    "fs",
    "fs.writeFile",
    "fs.writeFileSync",
    "path",
    "write"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "jonschlinkert",
      "email": "github@sellside.com"
    }
  ],
  "name": "write",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/write.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.2.1"
}