123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- {
- "_from": "grunt@^1.0.3",
- "_id": "grunt@1.0.3",
- "_inBundle": false,
- "_integrity": "sha1-s8mSYMUdG0KDV2bnllJ7YPe7o3Q=",
- "_location": "/grunt",
- "_phantomChildren": {
- "fs.realpath": "1.0.0",
- "grunt-known-options": "1.1.1",
- "inflight": "1.0.6",
- "inherits": "2.0.3",
- "minimatch": "3.0.4",
- "nopt": "3.0.6",
- "once": "1.4.0",
- "path-is-absolute": "1.0.1"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "grunt@^1.0.3",
- "name": "grunt",
- "escapedName": "grunt",
- "rawSpec": "^1.0.3",
- "saveSpec": null,
- "fetchSpec": "^1.0.3"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "http://registry.npm.taobao.org/grunt/download/grunt-1.0.3.tgz",
- "_shasum": "b3c99260c51d1b42835766e796527b60f7bba374",
- "_spec": "grunt@^1.0.3",
- "_where": "E:\\dev\\007\\node_module\\node10",
- "author": {
- "name": "Grunt Development Team",
- "url": "https://gruntjs.com/development-team"
- },
- "bin": {
- "grunt": "bin/grunt"
- },
- "bugs": {
- "url": "https://github.com/gruntjs/grunt/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "coffeescript": "~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": "~2.0.0",
- "grunt-legacy-util": "~1.1.1",
- "iconv-lite": "~0.4.13",
- "js-yaml": "~3.5.2",
- "minimatch": "~3.0.2",
- "mkdirp": "~0.5.1",
- "nopt": "~3.0.6",
- "path-is-absolute": "~1.0.0",
- "rimraf": "~2.6.2"
- },
- "deprecated": false,
- "description": "The JavaScript Task Runner",
- "devDependencies": {
- "difflet": "~1.0.1",
- "eslint-config-grunt": "~1.0.1",
- "grunt-contrib-nodeunit": "~2.0.0",
- "grunt-contrib-watch": "~1.1.0",
- "grunt-eslint": "~18.1.0",
- "temporary": "~0.0.4",
- "through2": "~2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "lib",
- "bin"
- ],
- "homepage": "https://gruntjs.com/",
- "keywords": [
- "task",
- "async",
- "cli",
- "minify",
- "uglify",
- "build",
- "lodash",
- "unit",
- "test",
- "qunit",
- "nodeunit",
- "server",
- "init",
- "scaffold",
- "make",
- "jake",
- "tool"
- ],
- "license": "MIT",
- "main": "lib/grunt",
- "name": "grunt",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/gruntjs/grunt.git"
- },
- "scripts": {
- "test": "node bin/grunt test",
- "test-tap": "node bin/grunt test:tap"
- },
- "version": "1.0.3"
- }
|