Version 1
[yaffs-website] / node_modules / grunt / package.json
diff --git a/node_modules/grunt/package.json b/node_modules/grunt/package.json
new file mode 100644 (file)
index 0000000..20645cf
--- /dev/null
@@ -0,0 +1,178 @@
+{
+  "_args": [
+    [
+      "grunt",
+      "/var/www/yaffs"
+    ]
+  ],
+  "_from": "grunt@latest",
+  "_id": "grunt@1.0.1",
+  "_inCache": true,
+  "_installable": true,
+  "_location": "/grunt",
+  "_nodeVersion": "4.4.1",
+  "_npmOperationalInternal": {
+    "host": "packages-12-west.internal.npmjs.com",
+    "tmp": "tmp/grunt-1.0.1.tgz_1459880209209_0.8634267684537917"
+  },
+  "_npmUser": {
+    "email": "kyle@dontkry.com",
+    "name": "shama"
+  },
+  "_npmVersion": "2.15.2",
+  "_phantomChildren": {
+    "argparse": "1.0.9",
+    "get-stdin": "4.0.1",
+    "grunt-known-options": "1.1.0",
+    "inflight": "1.0.6",
+    "inherits": "2.0.3",
+    "meow": "3.7.0",
+    "minimatch": "3.0.3",
+    "nopt": "3.0.6",
+    "once": "1.4.0",
+    "path-is-absolute": "1.0.1"
+  },
+  "_requested": {
+    "name": "grunt",
+    "raw": "grunt",
+    "rawSpec": "",
+    "scope": null,
+    "spec": "latest",
+    "type": "tag"
+  },
+  "_requiredBy": [
+    "#DEV:/"
+  ],
+  "_resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.1.tgz",
+  "_shasum": "e8778764e944b18f32bb0f10b9078475c9dfb56b",
+  "_shrinkwrap": null,
+  "_spec": "grunt",
+  "_where": "/var/www/yaffs",
+  "author": {
+    "name": "Grunt Development Team",
+    "url": "http://gruntjs.com/development-team"
+  },
+  "bin": {
+    "grunt": "bin/grunt"
+  },
+  "bugs": {
+    "url": "https://github.com/gruntjs/grunt/issues"
+  },
+  "contributors": [
+    {
+      "name": "\"Cowboy\" Ben Alman",
+      "url": "http://benalman.com/"
+    },
+    {
+      "name": "Kyle Robinson Young",
+      "url": "http://dontkry.com/"
+    },
+    {
+      "name": "Tyler Kellen",
+      "url": "http://goingslowly.com"
+    },
+    {
+      "name": "Sindre Sorhus",
+      "url": "http://sindresorhus.com"
+    },
+    {
+      "name": "Vlad Filippov",
+      "url": "http://vladfilippov.com/"
+    }
+  ],
+  "dependencies": {
+    "coffee-script": "~1.10.0",
+    "dateformat": "~1.0.12",
+    "eventemitter2": "~0.4.13",
+    "exit": "~0.1.1",
+    "findup-sync": "~0.3.0",
+    "glob": "~7.0.0",
+    "grunt-cli": "~1.2.0",
+    "grunt-known-options": "~1.1.0",
+    "grunt-legacy-log": "~1.0.0",
+    "grunt-legacy-util": "~1.0.0",
+    "iconv-lite": "~0.4.13",
+    "js-yaml": "~3.5.2",
+    "minimatch": "~3.0.0",
+    "nopt": "~3.0.6",
+    "path-is-absolute": "~1.0.0",
+    "rimraf": "~2.2.8"
+  },
+  "description": "The JavaScript Task Runner",
+  "devDependencies": {
+    "difflet": "~0.2.3",
+    "grunt-contrib-jshint": "~1.0.0",
+    "grunt-contrib-nodeunit": "~0.4.1",
+    "grunt-contrib-watch": "~1.0.0",
+    "grunt-jscs": "~2.8.0",
+    "semver": "2.1.0",
+    "shelljs": "~0.5.3",
+    "temporary": "~0.0.4",
+    "through2": "~2.0.0"
+  },
+  "directories": {},
+  "dist": {
+    "shasum": "e8778764e944b18f32bb0f10b9078475c9dfb56b",
+    "tarball": "https://registry.npmjs.org/grunt/-/grunt-1.0.1.tgz"
+  },
+  "engines": {
+    "node": ">=0.10.0"
+  },
+  "files": [
+    "bin",
+    "lib"
+  ],
+  "gitHead": "8ada4948b69c6ec9b1e956b5e6b2e6814fa054ca",
+  "homepage": "http://gruntjs.com/",
+  "keywords": [
+    "async",
+    "build",
+    "cli",
+    "init",
+    "jake",
+    "lodash",
+    "make",
+    "minify",
+    "nodeunit",
+    "qunit",
+    "scaffold",
+    "server",
+    "task",
+    "test",
+    "tool",
+    "uglify",
+    "unit"
+  ],
+  "license": "MIT",
+  "main": "lib/grunt",
+  "maintainers": [
+    {
+      "name": "cowboy",
+      "email": "cowboy@rj3.net"
+    },
+    {
+      "name": "shama",
+      "email": "kyle@dontkry.com"
+    },
+    {
+      "name": "tkellen",
+      "email": "tyler@sleekcode.net"
+    },
+    {
+      "name": "vladikoff",
+      "email": "vlad@vladikoff.com"
+    }
+  ],
+  "name": "grunt",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/gruntjs/grunt.git"
+  },
+  "scripts": {
+    "test": "grunt test",
+    "test-tap": "grunt test:tap"
+  },
+  "version": "1.0.1"
+}