package.json
1.45 KB
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
{
"_from": "grunt-known-options@~1.1.0",
"_id": "grunt-known-options@1.1.0",
"_inBundle": false,
"_integrity": "sha1-pCdO6zL6dl2lp6OxcSYXzjsUQUk=",
"_location": "/grunt-known-options",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "grunt-known-options@~1.1.0",
"name": "grunt-known-options",
"escapedName": "grunt-known-options",
"rawSpec": "~1.1.0",
"saveSpec": null,
"fetchSpec": "~1.1.0"
},
"_requiredBy": [
"/grunt",
"/grunt/grunt-cli"
],
"_resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.0.tgz",
"_shasum": "a4274eeb32fa765da5a7a3b1712617ce3b144149",
"_spec": "grunt-known-options@~1.1.0",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\grunt",
"author": {
"name": "Grunt Development Team",
"url": "http://gruntjs.com/development-team"
},
"bugs": {
"url": "https://github.com/gruntjs/grunt-known-options/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "The known options used in Grunt",
"devDependencies": {},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "http://gruntjs.com/",
"license": "MIT",
"main": "index.js",
"name": "grunt-known-options",
"repository": {
"type": "git",
"url": "git+https://github.com/gruntjs/grunt-known-options.git"
},
"version": "1.1.0"
}