package.json
2.3 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
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
{
"_args": [
[
"jasmine-core@~2.4.1",
"D:\\100-PROJECTS\\Angular\\quickstart"
]
],
"_from": "jasmine-core@>=2.4.1 <2.5.0",
"_id": "jasmine-core@2.4.1",
"_inCache": true,
"_installable": true,
"_location": "/jasmine-core",
"_nodeVersion": "0.12.7",
"_npmUser": {
"email": "gregg@slackersoft.net",
"name": "slackersoft"
},
"_npmVersion": "2.12.1",
"_phantomChildren": {},
"_requested": {
"name": "jasmine-core",
"raw": "jasmine-core@~2.4.1",
"rawSpec": "~2.4.1",
"scope": null,
"spec": ">=2.4.1 <2.5.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/",
"/jasmine"
],
"_resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.4.1.tgz",
"_shasum": "6f83ab3a0f16951722ce07d206c773d57cc838be",
"_shrinkwrap": null,
"_spec": "jasmine-core@~2.4.1",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart",
"bugs": {
"url": "https://github.com/jasmine/jasmine/issues"
},
"dependencies": {},
"description": "Official packaging of Jasmine's core files for use by Node.js projects.",
"devDependencies": {
"glob": "~5.0.13",
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.0",
"jasmine": "git://github.com/jasmine/jasmine-npm.git",
"load-grunt-tasks": "^0.4.0",
"shelljs": "~0.1.4",
"temp": "~0.8.1"
},
"directories": {},
"dist": {
"shasum": "6f83ab3a0f16951722ce07d206c773d57cc838be",
"tarball": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.4.1.tgz"
},
"gitHead": "a95c2cfe3f80921ec6bc061d5fcc0b2368586666",
"homepage": "http://jasmine.github.io",
"keywords": [
"test",
"jasmine",
"tdd",
"bdd"
],
"license": "MIT",
"main": "./lib/jasmine-core.js",
"maintainers": [
{
"email": "dwfrank@pivotallabs.com",
"name": "dwfrank"
},
{
"email": "gregg@slackersoft.net",
"name": "slackersoft"
}
],
"name": "jasmine-core",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jasmine/jasmine.git"
},
"scripts": {
"test": "grunt jshint execSpecsInNode"
},
"version": "2.4.1"
}