package.json
2 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
{
"_from": "haye@^1.0.1",
"_id": "haye@1.0.1",
"_inBundle": false,
"_integrity": "sha1-pmH87i7kKXUCKmfn0JAD1bI/icw=",
"_location": "/haye",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "haye@^1.0.1",
"name": "haye",
"escapedName": "haye",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/indicative"
],
"_resolved": "https://registry.npmjs.org/haye/-/haye-1.0.1.tgz",
"_shasum": "a661fcee2ee42975022a67e7d09003d5b23f89cc",
"_spec": "haye@^1.0.1",
"_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\indicative",
"author": {
"name": "amanvirk,adonisjs"
},
"bugs": {
"url": "https://github.com/poppinss/haye/issues"
},
"bundleDependencies": false,
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"lodash": "^4.16.2"
},
"deprecated": false,
"description": "Haye is an expressive string syntax to Array/Object and Vice-Versa parser for Javascript. Quite often you want your users to define some values using an expressive string expression instead of nesting values in an array or object.",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.14",
"cz-conventional-changelog": "^1.2.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.0",
"mocha-lcov-reporter": "^1.2.0",
"standard": "^8.3.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/poppinss/haye#readme",
"keywords": [
"string-parser",
"indicative",
"expression"
],
"license": "MIT",
"main": "index.js",
"name": "haye",
"repository": {
"type": "git",
"url": "git+https://github.com/poppinss/haye.git"
},
"scripts": {
"coverage": "istanbul cover _mocha test",
"lint": "standard",
"test": "istanbul cover _mocha --report lcovonly -- -R spec test && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"version": "1.0.1"
}