UNPKG

preact-material-components

Version:
79 lines (78 loc) 2.2 kB
{ "_args": [ [ "node-version@1.1.0", "/Users/prateekbh/projects/preact-material-components/docs" ] ], "_development": true, "_from": "node-version@1.1.0", "_id": "node-version@1.1.0", "_inBundle": false, "_integrity": "sha512-t1V2RFiaTavaW3jtQO0A2nok6k7/Gghuvx2rjvICuT0B0dYaObBQ4U0xHL+ZTPFZodt1LMYG2Vi2nypfz4/AJg==", "_location": "/node-version", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "node-version@1.1.0", "name": "node-version", "escapedName": "node-version", "rawSpec": "1.1.0", "saveSpec": null, "fetchSpec": "1.1.0" }, "_requiredBy": [ "/serve" ], "_resolved": "https://registry.npmjs.org/node-version/-/node-version-1.1.0.tgz", "_spec": "1.1.0", "_where": "/Users/prateekbh/projects/preact-material-components/docs", "author": { "name": "Rodolphe Stoclin", "email": "rodolphe@2clics.net", "url": "http://2clics.net" }, "bugs": { "url": "https://github.com/srod/node-version/issues" }, "dependencies": {}, "description": "Get NodeJS current version", "devDependencies": { "eslint": "3.19.0", "jest": "20.0.4" }, "engines": { "node": ">=4.0.0" }, "homepage": "https://github.com/srod/node-version", "jest": { "notify": true, "verbose": true, "testEnvironment": "node" }, "keywords": [ "version" ], "license": "MIT", "main": "./index.js", "name": "node-version", "repository": { "type": "git", "url": "git+https://github.com/srod/node-version.git" }, "scripts": { "clean": "rm -rf ./coverage", "eslint": "eslint index.js || true", "posttest": "npm run clean", "pretest": "npm run eslint", "publish-beta": "npm publish --tag beta", "publish-latest": "npm publish", "release-major": "npm version major -m 'Bump %s' && git push --tags origin HEAD:master", "release-minor": "npm version minor -m 'Bump %s' && git push --tags origin HEAD:master", "release-patch": "npm version patch -m 'Bump %s' && git push --tags origin HEAD:master", "test": "jest", "test-cov": "npm run pretest && jest --coverage" }, "version": "1.1.0" }