package.json 3.2 KB
Newer Older
Lab机器人's avatar
readme  
Lab机器人 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
{
  "_args": [
    [
      {
        "name": "coffee-script",
        "raw": "coffee-script@^1.12.4",
        "rawSpec": "^1.12.4",
        "scope": null,
        "spec": ">=1.12.4 <2.0.0",
        "type": "range"
      },
      "/Users/xxm/Documents/gitlab/codechina-docs/node_modules/gray-matter"
    ]
  ],
  "_from": "coffee-script@>=1.12.4 <2.0.0",
  "_id": "coffee-script@1.12.7",
  "_inCache": true,
  "_installable": true,
  "_location": "/coffee-script",
  "_nodeVersion": "8.1.4",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/coffee-script-1.12.7.tgz_1500274516132_0.5810487973503768"
  },
  "_npmUser": {
    "email": "computing+npm@geoffreybooth.com",
    "name": "geoffreybooth"
  },
  "_npmVersion": "5.0.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "coffee-script",
    "raw": "coffee-script@^1.12.4",
    "rawSpec": "^1.12.4",
    "scope": null,
    "spec": ">=1.12.4 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/gray-matter"
  ],
  "_resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.12.7.tgz",
  "_shasum": "c05dae0cb79591d05b3070a8433a98c9a89ccc53",
  "_shrinkwrap": null,
  "_spec": "coffee-script@^1.12.4",
  "_where": "/Users/xxm/Documents/gitlab/codechina-docs/node_modules/gray-matter",
  "author": {
    "name": "Jeremy Ashkenas"
  },
  "bin": {
    "cake": "./bin/cake",
    "coffee": "./bin/coffee"
  },
  "bugs": {
    "url": "https://github.com/jashkenas/coffeescript/issues"
  },
  "dependencies": {},
  "deprecated": "CoffeeScript on NPM has moved to \"coffeescript\" (no hyphen)",
  "description": "Unfancy JavaScript",
  "devDependencies": {
    "docco": "~0.7.0",
    "google-closure-compiler-js": "^20170626.0.0",
    "highlight.js": "~9.12.0",
    "jison": ">=0.4.17",
    "markdown-it": "^8.3.1",
    "underscore": "~1.8.3"
  },
  "directories": {
    "lib": "./lib/coffee-script"
  },
  "dist": {
    "integrity": "sha512-fLeEhqwymYat/MpTPUjSKHVYYl0ec2mOyALEMLmzr5i1isuG+6jfI2j2d5oBO3VIzgUXgBVIcOT9uH1TFxBckw==",
    "shasum": "c05dae0cb79591d05b3070a8433a98c9a89ccc53",
    "tarball": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.12.7.tgz"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "files": [
    "bin",
    "lib",
    "register.js",
    "repl.js"
  ],
  "gitHead": "492111ccfb9b703b49a443c1aa68fb41dc8a2271",
  "homepage": "http://coffeescript.org",
  "keywords": [
    "javascript",
    "language",
    "coffeescript",
    "compiler"
  ],
  "license": "MIT",
  "main": "./lib/coffee-script/coffee-script",
  "maintainers": [
    {
      "email": "computing+npm@geoffreybooth.com",
      "name": "geoffreybooth"
    },
    {
      "email": "jashkenas@gmail.com",
      "name": "jashkenas"
    },
    {
      "email": "simon.lydell@gmail.com",
      "name": "lydell"
    },
    {
      "email": "npm@michael.ficarra.me",
      "name": "michaelficarra"
    }
  ],
  "name": "coffee-script",
  "optionalDependencies": {},
  "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.12.7"
}