{ "_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" }