1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "coffeescript@~1.10.0",
- "_id": "coffeescript@1.10.0",
- "_inBundle": false,
- "_integrity": "sha1-56qDAZF+9iGzXYo580jc3R234z4=",
- "_location": "/coffeescript",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "coffeescript@~1.10.0",
- "name": "coffeescript",
- "escapedName": "coffeescript",
- "rawSpec": "~1.10.0",
- "saveSpec": null,
- "fetchSpec": "~1.10.0"
- },
- "_requiredBy": [
- "/grunt"
- ],
- "_resolved": "http://registry.npm.taobao.org/coffeescript/download/coffeescript-1.10.0.tgz",
- "_shasum": "e7aa8301917ef621b35d8a39f348dcdd1db7e33e",
- "_spec": "coffeescript@~1.10.0",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\grunt",
- "author": {
- "name": "Jeremy Ashkenas"
- },
- "bin": {
- "coffee": "./bin/coffee",
- "cake": "./bin/cake"
- },
- "bugs": {
- "url": "https://github.com/jashkenas/coffeescript/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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"
- },
- "engines": {
- "node": ">=0.8.0"
- },
- "homepage": "http://coffeescript.org",
- "keywords": [
- "javascript",
- "language",
- "coffeescript",
- "compiler"
- ],
- "license": "MIT",
- "main": "./lib/coffee-script/coffee-script",
- "name": "coffeescript",
- "preferGlobal": true,
- "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"
- }
|