1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "dev-null@^0.1.1",
- "_id": "dev-null@0.1.1",
- "_inBundle": false,
- "_integrity": "sha1-WiBc48Ky73e2I41roXnrdMag6Bg=",
- "_location": "/dev-null",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "dev-null@^0.1.1",
- "name": "dev-null",
- "escapedName": "dev-null",
- "rawSpec": "^0.1.1",
- "saveSpec": null,
- "fetchSpec": "^0.1.1"
- },
- "_requiredBy": [
- "/@ionic/cli-utils"
- ],
- "_resolved": "https://registry.npmjs.org/dev-null/-/dev-null-0.1.1.tgz",
- "_shasum": "5a205ce3c2b2ef77b6238d6ba179eb74c6a0e818",
- "_spec": "dev-null@^0.1.1",
- "_where": "/Users/nicholasm/Labs/ZipTeamPurple-FrontEnd/node_modules/@ionic/cli-utils",
- "author": {
- "name": "Thorsten Lorenz",
- "email": "thlorenz@gmx.de",
- "url": "http://thlorenz.com"
- },
- "bugs": {
- "url": "https://github.com/thlorenz/dev-null/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "/dev/null for node streams",
- "devDependencies": {
- "nave": "~0.4.3",
- "tap": "~0.4.3",
- "tap-stream": "~0.2.0"
- },
- "engine": {
- "node": ">=0.10"
- },
- "homepage": "https://github.com/thlorenz/dev-null",
- "keywords": [
- "streams",
- "test",
- "debug",
- "ignore",
- "silence"
- ],
- "license": {
- "type": "MIT",
- "url": "https://github.com/thlorenz/dev-null/blob/master/LICENSE"
- },
- "main": "index.js",
- "name": "dev-null",
- "repository": {
- "type": "git",
- "url": "git://github.com/thlorenz/dev-null.git"
- },
- "scripts": {
- "test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi",
- "test-0.10": "nave use 0.10 npm run test-main",
- "test-all": "npm run test-main && npm run test-0.10",
- "test-main": "tap test/*.js"
- },
- "version": "0.1.1"
- }
|