Version 1
[yaffs-website] / node_modules / coffee-script / package.json
diff --git a/node_modules/coffee-script/package.json b/node_modules/coffee-script/package.json
new file mode 100644 (file)
index 0000000..ad33948
--- /dev/null
@@ -0,0 +1,97 @@
+{
+  "_args": [
+    [
+      "coffee-script@~1.10.0",
+      "/var/www/yaffs/node_modules/grunt"
+    ]
+  ],
+  "_from": "coffee-script@>=1.10.0 <1.11.0",
+  "_id": "coffee-script@1.10.0",
+  "_inCache": true,
+  "_installable": true,
+  "_location": "/coffee-script",
+  "_npmUser": {
+    "email": "jashkenas@gmail.com",
+    "name": "jashkenas"
+  },
+  "_npmVersion": "1.4.28",
+  "_phantomChildren": {},
+  "_requested": {
+    "name": "coffee-script",
+    "raw": "coffee-script@~1.10.0",
+    "rawSpec": "~1.10.0",
+    "scope": null,
+    "spec": ">=1.10.0 <1.11.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/grunt"
+  ],
+  "_resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.10.0.tgz",
+  "_shasum": "12938bcf9be1948fa006f92e0c4c9e81705108c0",
+  "_shrinkwrap": null,
+  "_spec": "coffee-script@~1.10.0",
+  "_where": "/var/www/yaffs/node_modules/grunt",
+  "author": {
+    "name": "Jeremy Ashkenas"
+  },
+  "bin": {
+    "cake": "./bin/cake",
+    "coffee": "./bin/coffee"
+  },
+  "bugs": {
+    "url": "https://github.com/jashkenas/coffeescript/issues"
+  },
+  "dependencies": {},
+  "description": "Unfancy JavaScript",
+  "devDependencies": {
+    "docco": "~0.7.0",
+    "highlight.js": "~8.0.0",
+    "jison": ">=0.2.0",
+    "uglify-js": "~2.2",
+    "underscore": "~1.5.2"
+  },
+  "directories": {
+    "lib": "./lib/coffee-script"
+  },
+  "dist": {
+    "shasum": "12938bcf9be1948fa006f92e0c4c9e81705108c0",
+    "tarball": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.10.0.tgz"
+  },
+  "engines": {
+    "node": ">=0.8.0"
+  },
+  "gitHead": "f26d33d418dcdcfcc6ad3ab774d9cabbf7af659c",
+  "homepage": "http://coffeescript.org",
+  "keywords": [
+    "coffeescript",
+    "compiler",
+    "javascript",
+    "language"
+  ],
+  "license": "MIT",
+  "main": "./lib/coffee-script/coffee-script",
+  "maintainers": [
+    {
+      "name": "jashkenas",
+      "email": "jashkenas@gmail.com"
+    },
+    {
+      "name": "michaelficarra",
+      "email": "npm@michael.ficarra.me"
+    }
+  ],
+  "name": "coffee-script",
+  "optionalDependencies": {},
+  "preferGlobal": true,
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/jashkenas/coffeescript.git"
+  },
+  "scripts": {
+    "test": "node ./bin/cake test",
+    "test-harmony": "node --harmony ./bin/cake test"
+  },
+  "version": "1.10.0"
+}