{ "_from": "1-liners@^0.4.0", "_id": "1-liners@0.4.2", "_inBundle": false, "_integrity": "sha512-R3wiYhkUgwfhg5lhPSEKANTot/SJ1UK4nsf7oX2fb7fl936/yIMvO9Jr9FLCXlJ6A9WllCbgAGN60JEJQT7+XA==", "_location": "/1-liners", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "1-liners@^0.4.0", "name": "1-liners", "escapedName": "1-liners", "rawSpec": "^0.4.0", "saveSpec": null, "fetchSpec": "^0.4.0" }, "_requiredBy": [ "/react-motion-drawer" ], "_resolved": "https://registry.npmmirror.com/1-liners/-/1-liners-0.4.2.tgz", "_shasum": "93412925eb35e85391f91c015ddf44dff6a783ac", "_spec": "1-liners@^0.4.0", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/react-motion-drawer", "author": { "name": "stoeffel", "email": "schtoeffel@gmail.com", "url": "schtoeffel.ch" }, "bugs": { "url": "https://github.com/1-liners/1-liners/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Useful oneliners and shorthand functions", "devDependencies": { "babel": "^5.6.3", "babel-core": "^5.5.6", "babel-plugin-array-includes": "^1.1.0", "babel-plugin-object-assign": "^1.2.0", "coveralls": "^2.11.2", "doctoc": "^0.14.1", "dox": "^0.8.0", "get-modules": "^1.0.2", "husky": "^0.8.1", "istanbul": "^0.3.14", "mocha": "^2.2.5", "mocha-lcov-reporter": "0.0.2", "module-indexer": "^1.0.0", "nodangel": "^1.3.8" }, "engines": { "node": ">=0.10.0" }, "files": [ "/*.js", "/module/", "/license", "/readme.md" ], "homepage": "https://github.com/1-liners/1-liners#readme", "keywords": [ "oneliners", "shorthands" ], "license": "MIT", "name": "1-liners", "repository": { "type": "git", "url": "git+https://github.com/1-liners/1-liners.git" }, "scripts": { "clean": "rm -f *.js", "compile": "cd ./module; babel --loose=all --plugins object-assign,array-includes --auxiliary-comment-before 'istanbul ignore next' ./*.js --out-dir ../", "coverage": "npm run compile; npm run istanbul; npm run clean", "coveralls": "npm run compile && npm run istanbul && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && npm run clean", "create-index": "module-indexer .", "develop": "nodangel --watch module --watch tests --exec 'npm --silent test'", "docs": "babel-node ./utils/createDocs.js; npm run toc; npm run updateCount", "istanbul": "istanbul cover ./node_modules/mocha/bin/_mocha -- --report lcov --compilers js:babel/register --ui qunit ./tests", "major-release": "npm version major && npm publish && git push --follow-tags", "minor-release": "npm version minor && npm publish && git push --follow-tags", "mocha": "mocha --compilers js:babel/register --ui qunit ./tests", "patch-release": "npm version patch && npm publish && git push --follow-tags", "precommit": "npm run docs; npm run create-index; npm run updateCount; git add documentation module/index.js README.md", "prepublish": "npm test; npm run create-index; npm run compile", "test": "npm run coverage", "toc": "doctoc ./documentation/README.md", "updateCount": "babel-node ./utils/updateFuncCount.js;" }, "version": "0.4.2" }